summaryrefslogtreecommitdiffstats
path: root/src/res
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2015-10-11 16:36:16 +0200
committerjrizzoli <joey@cyanogenmoditalia.it>2015-10-11 18:05:37 +0200
commit9d82b774712cabcedd90d5a9aecca9cf8eeffe1b (patch)
tree3e051287840f1f5637c7abbf42fa0e216e514994 /src/res
parent9619bef16a190eba30bb3f34acf69163748e1638 (diff)
downloadandroid_packages_apps_Gello-9d82b774712cabcedd90d5a9aecca9cf8eeffe1b.tar.gz
android_packages_apps_Gello-9d82b774712cabcedd90d5a9aecca9cf8eeffe1b.tar.bz2
android_packages_apps_Gello-9d82b774712cabcedd90d5a9aecca9cf8eeffe1b.zip
gello: fix tabs glitches
Change-Id: Iebb2ade8c0fe4a679f8a4a77713b15ae71c6b2c2 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'src/res')
-rw-r--r--src/res/drawable/card.xml2
-rw-r--r--src/res/layout/nav_tab_view.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/res/drawable/card.xml b/src/res/drawable/card.xml
index a5d0cf82..8cc919f2 100644
--- a/src/res/drawable/card.xml
+++ b/src/res/drawable/card.xml
@@ -16,7 +16,7 @@
android:paddingBottom="0dp"
android:paddingLeft="0dp" >
<solid android:color="@color/primary" />
- <corners android:radius="2dp" />
+ <corners android:radius="5dp" />
</shape>
</item>
</layer-list>
diff --git a/src/res/layout/nav_tab_view.xml b/src/res/layout/nav_tab_view.xml
index 6c475e11..6354d090 100644
--- a/src/res/layout/nav_tab_view.xml
+++ b/src/res/layout/nav_tab_view.xml
@@ -56,8 +56,8 @@
android:textAppearance="?android:attr/textAppearanceSmallInverse" />
</LinearLayout>
</LinearLayout>
- <!--FrameLayout
+ <FrameLayout
android:layout_width="match_parent"
android:layout_height="48dp"
- android:background="@color/trasparent" /-->
+ android:background="@color/trasparent" />
</LinearLayout>