aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/help_activity.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-06 01:12:33 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-03-06 01:12:33 +0100
commiteaf7e5e0051da5a49001283321e8e722ab3b1bae (patch)
treead58ec2a5d3c31e911bfb118d5835dc547bb7a47 /OpenKeychain/src/main/res/layout/help_activity.xml
parent0bb3b9c6cc8ef12f0ef19238e0ba5fe0f3df2e40 (diff)
downloadopen-keychain-eaf7e5e0051da5a49001283321e8e722ab3b1bae.tar.gz
open-keychain-eaf7e5e0051da5a49001283321e8e722ab3b1bae.tar.bz2
open-keychain-eaf7e5e0051da5a49001283321e8e722ab3b1bae.zip
Fix elevation
Diffstat (limited to 'OpenKeychain/src/main/res/layout/help_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/help_activity.xml35
1 files changed, 9 insertions, 26 deletions
diff --git a/OpenKeychain/src/main/res/layout/help_activity.xml b/OpenKeychain/src/main/res/layout/help_activity.xml
index 1722f03ea..0b309a8b1 100644
--- a/OpenKeychain/src/main/res/layout/help_activity.xml
+++ b/OpenKeychain/src/main/res/layout/help_activity.xml
@@ -1,33 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:orientation="vertical">
<include
- android:id="@+id/toolbar_include"
- layout="@layout/toolbar_standalone" />
+ android:id="@+id/toolbar_tabs"
+ layout="@layout/toolbar_tabs" />
- <LinearLayout
- android:layout_below="@id/toolbar_include"
+ <android.support.v4.view.ViewPager
+ android:id="@+id/pager"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- android:elevation="4dp">
+ android:layout_height="match_parent" />
- <com.astuetz.PagerSlidingTabStrip
- android:id="@+id/sliding_tab_layout"
- android:layout_width="match_parent"
- android:layout_height="?attr/actionBarSize"
- android:background="?attr/colorPrimary"
- android:textColor="@color/tab_text"
- app:pstsTextColorSelected="@color/tab_text_selected"
- app:pstsIndicatorColor="@color/tab_indicator" />
-
- <android.support.v4.view.ViewPager
- android:id="@+id/pager"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-
- </LinearLayout>
-</RelativeLayout> \ No newline at end of file
+</LinearLayout> \ No newline at end of file