Skip to content

Commit 109bef0

Browse files
committed
Minor visual tweaks
1 parent e746fb9 commit 109bef0

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
android:id="@+id/file_title"
1717
android:layout_width="match_parent"
1818
android:layout_height="wrap_content"
19-
android:textSize="@dimen/text_size_normal"
19+
android:textSize="@dimen/text_size_small"
2020
android:padding="@dimen/padding_normal"
2121
android:ellipsize="marquee"/>
2222

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
android:layout_width="match_parent"
3737
android:layout_height="wrap_content"
3838
android:layout_marginLeft="16dp"
39-
android:layout_marginRight="16dp"
40-
android:background="?attr/selectableItemBackground">
39+
android:layout_marginRight="16dp">
4140

4241

4342
<LinearLayout

0 commit comments

Comments
 (0)