mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add theme dependencies
This commit is contained in:
parent
b0a54ca89d
commit
5c3c4499dc
10 changed files with 39 additions and 13 deletions
|
|
@ -5,7 +5,7 @@
|
|||
android:id="@+id/more_info_button"
|
||||
android:visibility="gone"
|
||||
android:layout_gravity="bottom"
|
||||
android:background="@color/default_circle_indicator_stroke_color"
|
||||
android:background="?attr/bottomBar"
|
||||
>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/cardview_light_background"
|
||||
android:background="?attr/mainBackground"
|
||||
app:layout_behavior="@string/bottom_sheet_behavior"
|
||||
app:behavior_peekHeight="128dp"
|
||||
app:behavior_hideable="true"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
android:id="@+id/bottom_sheet"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/cardview_light_background"
|
||||
android:background="?attr/mainBackground"
|
||||
app:layout_behavior="@string/bottom_sheet_behavior"
|
||||
app:behavior_peekHeight="0dp"
|
||||
app:behavior_hideable="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue