We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e746fb9 commit 109bef0Copy full SHA for 109bef0
2 files changed
app/src/main/res/layout/item_file.xml
@@ -16,7 +16,7 @@
16
android:id="@+id/file_title"
17
android:layout_width="match_parent"
18
android:layout_height="wrap_content"
19
- android:textSize="@dimen/text_size_normal"
+ android:textSize="@dimen/text_size_small"
20
android:padding="@dimen/padding_normal"
21
android:ellipsize="marquee"/>
22
app/src/main/res/layout/nav_drawer.xml
@@ -36,8 +36,7 @@
36
37
38
android:layout_marginLeft="16dp"
39
- android:layout_marginRight="16dp"
40
- android:background="?attr/selectableItemBackground">
+ android:layout_marginRight="16dp">
41
42
43
<LinearLayout
0 commit comments