mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 23:50:13 -04:00
WIP on listview selectors - simple layout for now
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item android:drawable="@android:color/background_light" android:state_activated="true" />
|
<item android:drawable="@android:color/background_light" />
|
||||||
<item android:drawable="@color/common_google_signin_btn_text_light_focused" />
|
|
||||||
</selector>
|
</selector>
|
@@ -48,7 +48,6 @@
|
|||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_weight="0.8"
|
android:layout_weight="0.8"
|
||||||
android:elevation="10dp"
|
|
||||||
android:background="@android:color/background_light"
|
android:background="@android:color/background_light"
|
||||||
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
|
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Reference in New Issue
Block a user