mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 23:07:26 -04:00
naming fix
This commit is contained in:
parent
5f96a29e7e
commit
86a5751bbf
@ -11,7 +11,7 @@
|
||||
<TextView
|
||||
android:id="@+id/libraryErrorText"
|
||||
tools:ignore="MissingConstraints"
|
||||
style="@style/CustomTextView"
|
||||
style="@style/no_list_content_text"
|
||||
/>
|
||||
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
android:id="@+id/download_management_no_downloads"
|
||||
android:text="@string/no_downloads_here"
|
||||
tools:ignore="MissingConstraints"
|
||||
style="@style/CustomTextView"
|
||||
style="@style/no_list_content_text"
|
||||
/>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
@ -12,7 +12,7 @@
|
||||
android:id="@+id/file_management_no_files"
|
||||
android:text="@string/no_files_here"
|
||||
tools:ignore="MissingConstraints"
|
||||
style="@style/CustomTextView"
|
||||
style="@style/no_list_content_text"
|
||||
/>
|
||||
|
||||
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
||||
|
@ -149,7 +149,7 @@
|
||||
<item name="android:windowBackground">@color/cardview_dark_background</item>
|
||||
</style>
|
||||
|
||||
<style name="CustomTextView" parent="Widget.Design.TextInputLayout">
|
||||
<style name="no_list_content_text" parent="TextAppearance.AppCompat">
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:textSize">@dimen/custom_text_view_text_size</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user