Add theme dependencies

This commit is contained in:
neslihanturan 2017-12-26 13:19:38 +03:00 committed by maskara
parent b0a54ca89d
commit 5c3c4499dc
10 changed files with 39 additions and 13 deletions

View file

@ -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>

View file

@ -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"

View file

@ -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"