mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-23 17:40:58 +00:00
Finished night theme
This commit is contained in:
parent
fe44bdbb65
commit
9204e530b0
2 changed files with 10 additions and 8 deletions
|
@ -84,6 +84,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:textColor="?attr/primaryText"
|
||||
android:textSize="18sp"
|
||||
android:layout_alignBottom="@+id/imageView3"
|
||||
android:layout_toRightOf="@+id/imageView3"
|
||||
|
@ -108,6 +109,7 @@
|
|||
android:layout_weight="1"
|
||||
android:layout_width="wrap_content"
|
||||
android:textSize="18sp"
|
||||
android:textColor="?attr/primaryText"
|
||||
android:layout_alignBottom="@+id/ivIssuer"
|
||||
android:layout_alignLeft="@+id/tvAlgorithm"
|
||||
android:layout_alignStart="@+id/tvAlgorithm"/>
|
||||
|
@ -131,6 +133,7 @@
|
|||
android:layout_weight="1"
|
||||
android:layout_width="wrap_content"
|
||||
android:textSize="18sp"
|
||||
android:textColor="?attr/primaryText"
|
||||
android:layout_alignBottom="@+id/ivPeriod"
|
||||
android:layout_alignLeft="@+id/tvIssuer"
|
||||
android:layout_alignStart="@+id/tvIssuer"
|
||||
|
@ -151,7 +154,7 @@
|
|||
android:text="Medium Text"
|
||||
android:id="@+id/tvOtp"
|
||||
android:textSize="36sp"
|
||||
android:textColor="@color/primary_text"
|
||||
android:textColor="?attr/primaryText"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_toRightOf="@+id/tvAlgorithm"
|
||||
android:layout_toEndOf="@+id/tvAlgorithm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue