naming fix

This commit is contained in:
CheshtaK 2019-08-29 20:01:10 +05:30
parent 5f96a29e7e
commit 86a5751bbf
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
<TextView
android:id="@+id/libraryErrorText"
tools:ignore="MissingConstraints"
style="@style/CustomTextView"
style="@style/no_list_content_text"
/>

View File

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

View File

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

View File

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