mirror of
https://github.com/Corewala/Buran
synced 2025-01-03 05:34:28 +00:00
Increased rounded corner radius
This commit is contained in:
parent
0572976be6
commit
5b94fd48e6
1 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
android:id="@+id/rounded_image_frame"
|
android:id="@+id/rounded_image_frame"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
app:cardCornerRadius="8dp"
|
app:cardCornerRadius="@dimen/default_margin_big"
|
||||||
android:layout_marginLeft="@dimen/screen_margin"
|
android:layout_marginLeft="@dimen/screen_margin"
|
||||||
android:layout_marginRight="@dimen/screen_margin"
|
android:layout_marginRight="@dimen/screen_margin"
|
||||||
android:layout_marginTop="@dimen/default_margin"
|
android:layout_marginTop="@dimen/default_margin"
|
||||||
|
@ -36,7 +36,6 @@
|
||||||
android:id="@+id/gemtext_inline_image"
|
android:id="@+id/gemtext_inline_image"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="#ffffff"
|
|
||||||
android:adjustViewBounds="true"/>
|
android:adjustViewBounds="true"/>
|
||||||
</androidx.cardview.widget.CardView>
|
</androidx.cardview.widget.CardView>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue