Loading res/layout/widgets_bottom_sheet.xml +1 −1 Original line number Diff line number Diff line Loading @@ -25,11 +25,11 @@ android:layout_gravity="bottom"> <TextView style="@style/TextTitle" android:id="@+id/title" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center_horizontal" android:fontFamily="sans-serif" android:textColor="?android:attr/textColorPrimary" android:textSize="24sp"/> Loading res/values/styles.xml +4 −0 Original line number Diff line number Diff line Loading @@ -150,4 +150,8 @@ </style> <style name="DropTargetButton" parent="DropTargetButtonBase" /> <style name="TextTitle"> <item name="android:fontFamily">sans-serif</item> </style> </resources> Loading
res/layout/widgets_bottom_sheet.xml +1 −1 Original line number Diff line number Diff line Loading @@ -25,11 +25,11 @@ android:layout_gravity="bottom"> <TextView style="@style/TextTitle" android:id="@+id/title" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center_horizontal" android:fontFamily="sans-serif" android:textColor="?android:attr/textColorPrimary" android:textSize="24sp"/> Loading
res/values/styles.xml +4 −0 Original line number Diff line number Diff line Loading @@ -150,4 +150,8 @@ </style> <style name="DropTargetButton" parent="DropTargetButtonBase" /> <style name="TextTitle"> <item name="android:fontFamily">sans-serif</item> </style> </resources>