更新发现页面样式
This commit is contained in:
@@ -91,7 +91,7 @@ class ExploreAdapter(context: Context, val callBack: CallBack) :
|
||||
flexbox.addView(cardView)
|
||||
|
||||
textView.text = kind.title
|
||||
//kind.style().apply(textView)
|
||||
kind.style().apply(cardView)
|
||||
|
||||
if (kind.url.isNullOrBlank()) {
|
||||
cardView.setOnClickListener(null)
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
android:layout_marginHorizontal="16dp"
|
||||
android:hint="@string/search_rss_source" />
|
||||
android:hint="@string/screen_find" />
|
||||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<TextView
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/text_view"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center"
|
||||
|
||||
Reference in New Issue
Block a user