Browse Source

Fixed bug with fragment background

master
Anthony Restaino 9 years ago
parent
commit
ee6314f521
  1. 4
      app/src/main/res/layout/bookmark_drawer.xml
  2. 1
      app/src/main/res/layout/tab_drawer.xml
  3. 4
      app/src/main/res/layout/tab_strip.xml

4
app/src/main/res/layout/bookmark_drawer.xml

@ -1,7 +1,9 @@ @@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/drawerBackground"
android:clickable="true"
android:orientation="vertical">

1
app/src/main/res/layout/tab_drawer.xml

@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/drawerBackground"
android:clickable="true"
android:orientation="vertical">

4
app/src/main/res/layout/tab_strip.xml

@ -12,9 +12,9 @@ @@ -12,9 +12,9 @@
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:fadingEdge="horizontal"
android:overScrollMode="never"
android:scrollbars="none"
android:fadingEdge="horizontal"/>
android:scrollbars="none"/>
<ImageView
android:id="@+id/new_tab_button"

Loading…
Cancel
Save