mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00: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"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,8 @@
|
|||
android:id="@+id/album_info_sector"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="172dp"
|
||||
app:layout_scrollFlags="scroll|exitUntilCollapsed|snap">
|
||||
app:layout_scrollFlags="scroll|exitUntilCollapsed|snap"
|
||||
android:clipChildren="false">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/page_title_label"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue