|
|
|
|
@ -47,13 +47,13 @@ |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
android:nextFocusUp="@id/search" |
|
|
|
|
android:nextFocusDown="@id/all" |
|
|
|
|
android:nextFocusDown="@id/select" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:src="@drawable/ic_site_change" |
|
|
|
|
app:tint="@color/text" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/all" |
|
|
|
|
android:id="@+id/select" |
|
|
|
|
android:layout_width="40dp" |
|
|
|
|
android:layout_height="40dp" |
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
@ -61,22 +61,22 @@ |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
android:nextFocusUp="@id/change" |
|
|
|
|
android:nextFocusDown="@id/none" |
|
|
|
|
android:nextFocusDown="@id/cancel" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:src="@drawable/ic_site_all" /> |
|
|
|
|
android:src="@drawable/ic_site_select" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/none" |
|
|
|
|
android:id="@+id/cancel" |
|
|
|
|
android:layout_width="40dp" |
|
|
|
|
android:layout_height="40dp" |
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
android:background="@drawable/selector_text" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
android:nextFocusUp="@id/all" |
|
|
|
|
android:nextFocusUp="@id/select" |
|
|
|
|
android:nextFocusDown="@id/mode" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:src="@drawable/ic_site_none" /> |
|
|
|
|
android:src="@drawable/ic_site_cancel" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/mode" |
|
|
|
|
|