SecondCommit

This commit is contained in:
ravik
2024-12-03 17:27:57 +05:30
parent a6f3a3b931
commit c22ceebc17
467 changed files with 13357 additions and 3819 deletions
@@ -29,8 +29,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/yes"
android:textColor="#000000"
android:background="@color/colorPrimary"/>
android:buttonTint="@color/white"
android:textColor="@color/white"
android:background="@color/store_list_color"/>
<View
android:layout_width="match_parent"
@@ -43,7 +44,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/no"
android:textColor="#000000"
android:buttonTint="@color/white"
android:textColor="@color/white"
android:background="@color/colorPrimary"/>
</RadioGroup>