mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2025-09-10 18:59:40 +02:00
Fixed layout issues
This commit is contained in:
parent
8cf9eda715
commit
7001ea0565
15 changed files with 46 additions and 146 deletions
|
@ -156,16 +156,17 @@
|
|||
<Button
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="50"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="bottom"
|
||||
android:text="@string/title_plugboard_dialog"
|
||||
android:background="@drawable/button_grey"
|
||||
android:id="@+id/button_plugboard"
|
||||
tools:ignore="ButtonStyle"/>
|
||||
|
||||
<Button
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="50"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="bottom"
|
||||
android:id="@+id/button_crypt"
|
||||
android:onClick="doCrypto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue