mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-23 17:40:58 +00:00
parent
f6bbae3d96
commit
ae686c8ae2
14 changed files with 38 additions and 36 deletions
|
@ -56,7 +56,7 @@
|
|||
android:hint="Name"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:backgroundTint="#949494"
|
||||
android:backgroundTint="#ff0000"
|
||||
android:layout_weight="1"/>
|
||||
</TableRow>
|
||||
|
||||
|
@ -234,6 +234,7 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
app:passwordToggleTint="#949494"
|
||||
android:backgroundTint="#949494"
|
||||
app:hintEnabled="false"
|
||||
app:passwordToggleEnabled="true">
|
||||
|
@ -242,6 +243,7 @@
|
|||
android:id="@+id/text_secret"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
android:backgroundTint="#949494"
|
||||
android:hint="Secret (base32)"
|
||||
android:inputType="textPassword"/>
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
android:id="@+id/profile_code"
|
||||
android:includeFontPadding="false"
|
||||
android:textSize="34sp"
|
||||
android:textColor="?attr/colorPrimary"
|
||||
android:textColor="?attr/primaryText"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_alignParentTop="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue