mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
transparent bg more button
This commit is contained in:
parent
31d39e0626
commit
5248df85ec
1 changed files with 2 additions and 1 deletions
|
@ -79,6 +79,7 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:text=""
|
android:text=""
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:padding="0dp" />
|
android:padding="0dp"
|
||||||
|
android:background="@android:color/transparent" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
Loading…
Reference in a new issue