Fix colors

This commit is contained in:
h4h13 2019-12-16 11:41:24 +05:30
parent 9c580ad525
commit f0b73eeb29
4 changed files with 9 additions and 13 deletions

View file

@ -3,7 +3,10 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:clickable="true"
android:focusable="true"
android:foreground="?rectSelector">
<FrameLayout
android:id="@+id/dummy_view"
@ -13,9 +16,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="true"
android:focusable="true"
android:foreground="?rectSelector"
android:gravity="center_vertical"
android:minHeight="64dp"
android:orientation="horizontal"