diff options
author | Size43 | 2015-06-10 11:45:39 +0200 |
---|---|---|
committer | Size43 | 2015-06-10 11:45:39 +0200 |
commit | 4e69d77c37a38ad1b8b56466da3b730a49ebb5fa (patch) | |
tree | e029c94aadf1f8b25e1fcd307a7a8776dfe7a21f /app/src/main/res | |
parent | Added comments to rssin.neurons.* (diff) | |
parent | cleared up summary package (diff) |
Merge branch 'master' of http://github.com/camilstaps/RSSin
Diffstat (limited to 'app/src/main/res')
-rwxr-xr-x | app/src/main/res/layout/item_navigation_drawer.xml | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/app/src/main/res/layout/item_navigation_drawer.xml b/app/src/main/res/layout/item_navigation_drawer.xml index 6555bb3..7adc547 100755 --- a/app/src/main/res/layout/item_navigation_drawer.xml +++ b/app/src/main/res/layout/item_navigation_drawer.xml @@ -8,23 +8,14 @@ android:orientation="vertical"
android:layout_marginTop="0dp"
- android:background="#121212"
- >
+ android:background="#121212">
- <LinearLayout
+ <TextView
+ android:id="@+id/item_navigation_drawer_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:minHeight="55dp"
- >
-
- <TextView
- android:id="@+id/item_navigation_drawer_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_margin="10dp"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="#FFFFFF"
- />
- </LinearLayout>
+ android:layout_margin="10dp"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textColor="#FFFFFF"/>
</LinearLayout>
\ No newline at end of file |