mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-17 03:06:31 -07:00
Added clipCildren property to newly added buttons
This commit is contained in:
parent
7f1b7a4ae3
commit
5ce5ef4d38
2 changed files with 4 additions and 2 deletions
|
|
@ -26,7 +26,8 @@
|
|||
android:orientation="horizontal"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingTop="8dp"
|
||||
android:paddingEnd="8dp">
|
||||
android:paddingEnd="8dp"
|
||||
android:clipChildren="false">
|
||||
|
||||
<TextView
|
||||
style="@style/HeadlineTextView"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue