Improve text style & appearance [2/2]

This commit is contained in:
Rahul Patel
2024-09-04 00:56:41 +05:30
committed by Aayush Gupta
parent 7f3ec54a35
commit 377a45f213
2 changed files with 45 additions and 19 deletions

View File

@@ -31,8 +31,8 @@
tools:ignore="UselessParent">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<com.google.android.material.button.MaterialButton
android:id="@+id/btnPositive"
@@ -43,7 +43,7 @@
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<com.google.android.material.button.MaterialButton
@@ -56,7 +56,7 @@
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<com.google.android.material.button.MaterialButton