|
|
|
|
@ -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"
|
|
|
|
|
|