1
0

Fix elevation overlay on pre-lolipop (#475)

This commit is contained in:
Rafał Borcz
2019-09-02 12:56:13 +02:00
committed by Mikołaj Pich
parent bb9ea7eda1
commit 0aac6459f3
24 changed files with 167 additions and 139 deletions

View File

@ -60,7 +60,6 @@
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_gravity="bottom"
android:elevation="8dp"
android:orientation="horizontal"
tools:ignore="UnusedAttribute">

View File

@ -15,7 +15,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:windowBackground"
android:elevation="1dp"
android:padding="5dp"
android:visibility="invisible"
tools:ignore="UnusedAttribute"

View File

@ -60,7 +60,6 @@
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_gravity="bottom"
android:elevation="8dp"
android:orientation="horizontal"
tools:ignore="UnusedAttribute">

View File

@ -5,12 +5,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<io.github.wulkanowy.ui.modules.grade.CustomTabLayout
<io.github.wulkanowy.ui.widgets.FittedScrollableTabLayout
android:id="@+id/gradeTabLayout"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="?colorSurface"
android:elevation="4dp"
android:visibility="invisible"
app:tabMode="scrollable"
app:tabSelectedTextColor="?colorPrimary"

View File

@ -11,7 +11,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:windowBackground"
android:elevation="1dp"
android:padding="5dp"
android:visibility="invisible"
tools:ignore="UnusedAttribute"

View File

@ -60,7 +60,6 @@
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_gravity="bottom"
android:elevation="8dp"
android:orientation="horizontal"
tools:ignore="UnusedAttribute">

View File

@ -5,12 +5,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.tabs.TabLayout
<io.github.wulkanowy.ui.widgets.MaterialTabLayout
android:id="@+id/messageTabLayout"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="?colorSurface"
android:elevation="4dp"
android:visibility="invisible"
app:tabGravity="fill"
app:tabIndicatorColor="?colorPrimary"

View File

@ -60,7 +60,6 @@
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_gravity="bottom"
android:elevation="8dp"
android:orientation="horizontal"
tools:ignore="UnusedAttribute">

View File

@ -64,7 +64,6 @@
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_gravity="bottom"
android:elevation="8dp"
android:orientation="horizontal"
tools:ignore="UnusedAttribute">