fix: search bars
This commit is contained in:
parent
60752e83ed
commit
449485f06a
16 changed files with 439 additions and 142 deletions
|
@ -5,6 +5,8 @@
|
|||
android:id="@+id/commentsCardView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginBottom="6dp">
|
||||
|
||||
|
||||
|
@ -119,20 +121,6 @@
|
|||
android:textSize="12sp"
|
||||
tools:ignore="HardcodedText,RtlSymmetry" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/modBadge"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:layout_weight="0"
|
||||
android:scaleX="0.8"
|
||||
android:scaleY="0.8"
|
||||
android:src="@drawable/ic_shield"
|
||||
android:visibility="visible"
|
||||
tools:ignore="ContentDescription,RtlSymmetry" />
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/adminBadge"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -146,6 +134,18 @@
|
|||
android:visibility="visible"
|
||||
tools:ignore="ContentDescription,RtlSymmetry" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/modBadge"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:layout_weight="0"
|
||||
android:scaleX="0.8"
|
||||
android:scaleY="0.8"
|
||||
android:src="@drawable/ic_shield"
|
||||
android:visibility="visible"
|
||||
tools:ignore="ContentDescription,RtlSymmetry" />
|
||||
</LinearLayout>
|
||||
|
||||
<ani.dantotsu.media.comments.SpoilerTextView
|
||||
|
@ -290,7 +290,7 @@
|
|||
app:layout_constraintStart_toEndOf="@+id/linearLayout5"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:background="@color/nav_tab" />
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue