mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-06 05:49:49 +02:00
Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and CustomThemePreviewActivity.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
android:id="@+id/banner_image_view_view_subreddit_detail_activity"
|
||||
android:layout_width="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
android:layout_height="180dp"
|
||||
android:layout_height="160dp"
|
||||
android:contentDescription="@string/content_description_banner_imageview" />
|
||||
|
||||
<pl.droidsonroids.gif.GifImageView
|
||||
|
@@ -29,7 +29,7 @@
|
||||
android:id="@+id/banner_image_view_view_user_detail_activity"
|
||||
android:layout_width="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
android:layout_height="180dp"
|
||||
android:layout_height="160dp"
|
||||
android:contentDescription="@string/content_description_banner_imageview" />
|
||||
|
||||
<pl.droidsonroids.gif.GifImageView
|
||||
|
@@ -29,7 +29,7 @@
|
||||
android:id="@+id/banner_image_view_view_subreddit_detail_activity"
|
||||
android:layout_width="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
android:layout_height="180dp"
|
||||
android:layout_height="160dp"
|
||||
android:contentDescription="@string/content_description_banner_imageview" />
|
||||
|
||||
<pl.droidsonroids.gif.GifImageView
|
||||
|
@@ -29,7 +29,7 @@
|
||||
android:id="@+id/banner_image_view_view_user_detail_activity"
|
||||
android:layout_width="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
android:layout_height="180dp"
|
||||
android:layout_height="160dp"
|
||||
android:contentDescription="@string/content_description_banner_imageview" />
|
||||
|
||||
<pl.droidsonroids.gif.GifImageView
|
||||
|
@@ -31,14 +31,17 @@
|
||||
android:id="@+id/toolbar_linear_layout_theme_preview_activity"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp">
|
||||
android:orientation="vertical">
|
||||
|
||||
<View
|
||||
android:id="@+id/extra_padding_view_theme_preview_activity"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="140dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="16dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
@@ -69,16 +72,19 @@
|
||||
android:id="@+id/subscribe_subreddit_chip_theme_preview_activity"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:text="@string/subscribe"
|
||||
android:layout_gravity="center_horizontal"/>
|
||||
app:chipStrokeColor="#00000000" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="16dp">
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/primary_text_text_view_theme_preview_activity"
|
||||
|
@@ -29,7 +29,7 @@
|
||||
android:id="@+id/banner_image_view_view_subreddit_detail_activity"
|
||||
android:layout_width="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
android:layout_height="180dp"
|
||||
android:layout_height="160dp"
|
||||
android:contentDescription="@string/content_description_banner_imageview" />
|
||||
|
||||
<pl.droidsonroids.gif.GifImageView
|
||||
|
@@ -29,7 +29,7 @@
|
||||
android:id="@+id/banner_image_view_view_user_detail_activity"
|
||||
android:layout_width="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
android:layout_height="180dp"
|
||||
android:layout_height="160dp"
|
||||
android:contentDescription="@string/content_description_banner_imageview" />
|
||||
|
||||
<pl.droidsonroids.gif.GifImageView
|
||||
|
@@ -34,10 +34,6 @@
|
||||
<item name="android:fontFamily">?attr/font_family</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.SlidableWithTranslucentWindow" parent="AppTheme.Slidable">
|
||||
<item name="android:windowTranslucentStatus">true</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.Draggable" parent="AppTheme">
|
||||
<item name="android:colorBackgroundCacheHint">@null</item>
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
|
Reference in New Issue
Block a user