Skip to content

Commit be1e13f

Browse files
committed
use rounded ripple a placeholder and lock texts
1 parent 670d646 commit be1e13f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/res/layout/fragment_checklist.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
android:layout_below="@+id/note_locked_label"
4545
android:layout_centerHorizontal="true"
4646
android:layout_marginTop="@dimen/medium_margin"
47-
android:background="?attr/selectableItemBackground"
47+
android:background="@drawable/ripple_all_corners"
4848
android:padding="@dimen/activity_margin"
4949
android:text="@string/show_content" />
5050

@@ -85,7 +85,7 @@
8585
android:layout_height="wrap_content"
8686
android:layout_below="@+id/fragment_placeholder"
8787
android:layout_centerHorizontal="true"
88-
android:background="?attr/selectableItemBackground"
88+
android:background="@drawable/ripple_all_corners"
8989
android:gravity="center"
9090
android:padding="@dimen/activity_margin"
9191
android:text="@string/add_new_checklist_items"

app/src/main/res/layout/fragment_text.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
android:layout_below="@+id/note_locked_label"
4040
android:layout_centerHorizontal="true"
4141
android:layout_marginTop="@dimen/medium_margin"
42-
android:background="?attr/selectableItemBackground"
42+
android:background="@drawable/ripple_all_corners"
4343
android:padding="@dimen/activity_margin"
4444
android:text="@string/show_content" />
4545

0 commit comments

Comments
 (0)