mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix layout symmetry
This commit is contained in:
parent
e502be5972
commit
46b88ba094
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_gravity="start|center_vertical"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:scaleType="centerInside"
|
||||
app:srcCompat="@drawable/ic_github_logo" />
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
|||
android:id="@+id/nsfw_marker"
|
||||
style="@style/SearchBox"
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center"
|
||||
android:gravity="end"
|
||||
android:text="@string/is_adult"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible" />
|
||||
|
|
Loading…
Reference in a new issue