diff options
author | Halzyn | 2015-06-10 13:37:57 +0200 |
---|---|---|
committer | Halzyn | 2015-06-10 13:37:57 +0200 |
commit | 1e11c29ca28e6f5aecc5d0955270e95507c4be3a (patch) | |
tree | 81447ed661ad9e68d71a704face09ced5ac6491c /app/src/main/res/layout | |
parent | RANDOM COMMIT BECAUSE GIT SUCKS (diff) | |
parent | Merge branch 'master' of http://github.com/camilstaps/RSSin (diff) |
Merge
Diffstat (limited to 'app/src/main/res/layout')
-rwxr-xr-x | app/src/main/res/layout/separator_navigation_drawer.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/app/src/main/res/layout/separator_navigation_drawer.xml b/app/src/main/res/layout/separator_navigation_drawer.xml index 81a9d0a..a3031a0 100755 --- a/app/src/main/res/layout/separator_navigation_drawer.xml +++ b/app/src/main/res/layout/separator_navigation_drawer.xml @@ -10,7 +10,7 @@ android:layout_marginTop="0dp" android:background="#252525"
>
- <LinearLayout
+ <RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:minHeight="35dp"
@@ -24,7 +24,19 @@ android:background="#252525" android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="#FFFFFF"
/>
- </LinearLayout>
+
+ <TextView
+ android:id="@+id/separator_navigation_drawer_edit"
+ android:layout_alignParentRight="true"
+ android:layout_gravity="right"
+ android:layout_marginRight="8dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_margin="4dp"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textColor="#FFFFFF"
+ />
+ </RelativeLayout>
<View
android:layout_width="match_parent"
|