Background and text color can now be changed

This commit is contained in:
ottoptj 2024-08-02 20:49:59 +03:00
commit dfc08513f5
11 changed files with 209 additions and 38 deletions

View file

@ -69,7 +69,6 @@
android:textAppearance="@android:style/TextAppearance.DeviceDefault"
android:textSize="25sp" />
</LinearLayout>
<LinearLayout

View file

@ -20,7 +20,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="#6F000000"
android:background="#A7000000"
android:clickable="true"
android:elegantTextHeight="false"
android:imeOptions="actionDone"
@ -40,7 +40,7 @@
android:layout_height="match_parent"
android:layout_gravity="center"
android:layout_weight="0.3"
android:background="#89000000"
android:background="#C3000000"
android:gravity="center"
android:insetTop="0dp"
android:insetBottom="0dp"
@ -78,7 +78,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="#6F000000"
android:background="#A7000000"
android:foreground="@drawable/app_action_foreground"
android:text="Info"
android:textAlignment="center"
@ -91,7 +91,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="#6F000000"
android:background="#A7000000"
android:foreground="@drawable/app_action_foreground"
android:text="Uninstall"
android:textAlignment="center"
@ -104,7 +104,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="#6F000000"
android:background="#A7000000"
android:foreground="@drawable/app_action_foreground"
android:text="Rename"
android:textAlignment="center"
@ -117,7 +117,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="#6F000000"
android:background="#A7000000"
android:foreground="@drawable/app_action_foreground"
android:text="Hide"
android:textAlignment="center"
@ -130,7 +130,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="#6F000000"
android:background="#A7000000"
android:foreground="@drawable/app_action_foreground"
android:text="Close"
android:textAlignment="center"