projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed the version no of the FAB lib
[pub/Android/ownCloud.git]
/
res
/
layout
/
drawer.xml
diff --git
a/res/layout/drawer.xml
b/res/layout/drawer.xml
index
6bad340
..
485ff52
100644
(file)
--- a/
res/layout/drawer.xml
+++ b/
res/layout/drawer.xml
@@
-19,7
+19,7
@@
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout
android:id="@+id/left_drawer"
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout
android:id="@+id/left_drawer"
- android:layout_width="
match_parent
"
+ android:layout_width="
240dp
"
android:layout_height="match_parent"
android:layout_gravity="start"
android:gravity="center"
android:layout_height="match_parent"
android:layout_gravity="start"
android:gravity="center"
@@
-62,7
+62,7
@@
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:background="@color/background_color"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:background="@color/background_color"
- android:divider="
#eee
"
+ android:divider="
@color/list_divider_background
"
android:dividerHeight="1dp"
android:paddingTop="100dp" />
android:dividerHeight="1dp"
android:paddingTop="100dp" />
@@
-92,7
+92,7
@@
android:orientation="vertical"
android:text="@string/app_name"
android:textColor="#FFF"
android:orientation="vertical"
android:text="@string/app_name"
android:textColor="#FFF"
- android:paddingLeft="
@dimen/standard_padding
"
+ android:paddingLeft="
22dp
"
android:paddingRight="@dimen/standard_padding"
android:textSize="24sp"
android:ellipsize="end"
android:paddingRight="@dimen/standard_padding"
android:textSize="24sp"
android:ellipsize="end"