mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Correct ripple on button click
This commit is contained in:
parent
8684f33fd2
commit
74bf38b7ce
1 changed files with 2 additions and 1 deletions
|
|
@ -37,6 +37,7 @@
|
||||||
android:paddingStart="8dp"
|
android:paddingStart="8dp"
|
||||||
android:paddingTop="12dp"
|
android:paddingTop="12dp"
|
||||||
android:paddingEnd="8dp"
|
android:paddingEnd="8dp"
|
||||||
|
android:layout_marginBottom="8dp"
|
||||||
android:text="Music discovery" />
|
android:text="Music discovery" />
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -47,6 +48,7 @@
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
android:layout_marginEnd="8dp"
|
android:layout_marginEnd="8dp"
|
||||||
|
android:layout_marginBottom="8dp"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:background="@drawable/ic_settings"
|
android:background="@drawable/ic_settings"
|
||||||
android:backgroundTint="@color/bottomNavIconColor"
|
android:backgroundTint="@color/bottomNavIconColor"
|
||||||
|
|
@ -60,7 +62,6 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="212dp"
|
android:layout_height="212dp"
|
||||||
android:clipToPadding="false"
|
android:clipToPadding="false"
|
||||||
android:paddingTop="8dp"
|
|
||||||
android:paddingBottom="8dp" />
|
android:paddingBottom="8dp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue