Skip to content

Commit

Permalink
Use same click effect as in other settings (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 authored and lognaturel committed Jul 11, 2018
1 parent 13edf92 commit a71c5be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions collect_app/src/main/res/layout/reset_dialog_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ limitations under the License.
android:text="@string/reset_settings"
android:padding="5dp"
android:button="@null"
android:background="?android:attr/selectableItemBackground"
android:drawableEnd="?android:attr/listChoiceIndicatorMultiple"
android:drawableRight="?android:attr/listChoiceIndicatorMultiple" />

Expand All @@ -52,6 +53,7 @@ limitations under the License.
android:text="@string/reset_saved_forms"
android:padding="5dp"
android:button="@null"
android:background="?android:attr/selectableItemBackground"
android:drawableEnd="?android:attr/listChoiceIndicatorMultiple"
android:drawableRight="?android:attr/listChoiceIndicatorMultiple" />

Expand All @@ -62,6 +64,7 @@ limitations under the License.
android:text="@string/reset_blank_forms"
android:padding="5dp"
android:button="@null"
android:background="?android:attr/selectableItemBackground"
android:drawableEnd="?android:attr/listChoiceIndicatorMultiple"
android:drawableRight="?android:attr/listChoiceIndicatorMultiple" />

Expand All @@ -72,6 +75,7 @@ limitations under the License.
android:text="@string/reset_cache"
android:padding="5dp"
android:button="@null"
android:background="?android:attr/selectableItemBackground"
android:drawableEnd="?android:attr/listChoiceIndicatorMultiple"
android:drawableRight="?android:attr/listChoiceIndicatorMultiple" />

Expand All @@ -82,6 +86,7 @@ limitations under the License.
android:text="@string/reset_layers"
android:padding="5dp"
android:button="@null"
android:background="?android:attr/selectableItemBackground"
android:drawableEnd="?android:attr/listChoiceIndicatorMultiple"
android:drawableRight="?android:attr/listChoiceIndicatorMultiple" />

Expand All @@ -92,6 +97,7 @@ limitations under the License.
android:text="@string/reset_osm_tiles"
android:padding="5dp"
android:button="@null"
android:background="?android:attr/selectableItemBackground"
android:drawableEnd="?android:attr/listChoiceIndicatorMultiple"
android:drawableRight="?android:attr/listChoiceIndicatorMultiple" />

Expand Down

0 comments on commit a71c5be

Please sign in to comment.