mirror of
https://github.com/bitwarden/mobile
synced 2025-12-28 22:23:35 +00:00
font sizes for cipher cell on android
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
android:layout_gravity="center_vertical" />
|
||||
<TextView
|
||||
android:id="@+id/CipherCellIcon"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_width="26dp"
|
||||
android:layout_height="26dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:gravity="center"
|
||||
android:text="[X]" />
|
||||
@@ -62,7 +62,7 @@
|
||||
</LinearLayout>
|
||||
<Button
|
||||
android:id="@+id/CipherCellButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
android:text=""
|
||||
android:gravity="center"/>
|
||||
|
||||
Reference in New Issue
Block a user