mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
#2179 moved no content text appearances to own attribute
This commit is contained in:
parent
ce32b60154
commit
8402f6ce49
@ -27,7 +27,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/no_bookmarks"
|
android:text="@string/no_bookmarks"
|
||||||
android:textAppearance="?textAppearanceHeadline5"
|
android:textAppearance="?textAppearanceNoContent"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/no_history"
|
android:text="@string/no_history"
|
||||||
android:textAppearance="?textAppearanceHeadline5"
|
android:textAppearance="?textAppearanceNoContent"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:text="@string/no_results"
|
android:text="@string/no_results"
|
||||||
android:textAppearance="?textAppearanceHeadline6" />
|
android:textAppearance="?textAppearanceNoContent" />
|
||||||
|
|
||||||
</ViewAnimator>
|
</ViewAnimator>
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:text="@string/no_open_book"
|
android:text="@string/no_open_book"
|
||||||
android:textAppearance="?textAppearanceHeadline5"
|
android:textAppearance="?textAppearanceNoContent"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
@ -4,5 +4,6 @@
|
|||||||
<declare-styleable name="SliderPreference">
|
<declare-styleable name="SliderPreference">
|
||||||
<attr name="android:summary" />
|
<attr name="android:summary" />
|
||||||
</declare-styleable>
|
</declare-styleable>
|
||||||
|
<attr name="textAppearanceNoContent" format="reference" />
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
<item name="textAppearanceButton">@style/TextAppearance.KiwixTheme.Button</item>
|
<item name="textAppearanceButton">@style/TextAppearance.KiwixTheme.Button</item>
|
||||||
<item name="textAppearanceCaption">@style/TextAppearance.KiwixTheme.Caption</item>
|
<item name="textAppearanceCaption">@style/TextAppearance.KiwixTheme.Caption</item>
|
||||||
<item name="textAppearanceOverline">@style/TextAppearance.KiwixTheme.Overline</item>
|
<item name="textAppearanceOverline">@style/TextAppearance.KiwixTheme.Overline</item>
|
||||||
|
<item name="textAppearanceNoContent">?textAppearanceHeadline5</item>
|
||||||
<!--Material shape attributes-->
|
<!--Material shape attributes-->
|
||||||
<item name="shapeAppearanceSmallComponent">@style/ShapeAppearance.KiwixTheme.SmallComponent
|
<item name="shapeAppearanceSmallComponent">@style/ShapeAppearance.KiwixTheme.SmallComponent
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user