UI theme can be changed
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/barBackgroundColor" >
|
||||
android:background="@color/cardview_shadow_start_color" >
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -123,7 +123,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:background="@color/barBackgroundColor"
|
||||
android:background="@color/cardview_shadow_start_color"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
@@ -160,7 +160,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:background="@color/barBackgroundColor"
|
||||
android:background="@color/cardview_shadow_start_color"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user