unify button font

This commit is contained in:
Akinwale Ariwodola 2020-05-23 23:47:32 +01:00
parent 20f8f3852d
commit cf6d567193
12 changed files with 19 additions and 5 deletions

View file

@ -56,6 +56,7 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:enabled="false"
android:fontFamily="@font/inter"
android:text="@string/invite" />
</RelativeLayout>
</LinearLayout>

View file

@ -95,11 +95,12 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/wallet_send"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/send"
android:layout_alignParentRight="true"
android:layout_centerVertical="true" />
android:fontFamily="@font/inter"
android:text="@string/send" />
</RelativeLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>

View file

@ -115,6 +115,7 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:fontFamily="@font/inter"
android:text="@string/create"/>
</RelativeLayout>
</LinearLayout>

View file

@ -182,6 +182,7 @@
android:id="@+id/repost_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/inter"
android:text="@string/repost"
android:layout_alignParentRight="true"
android:layout_centerVertical="true" />

View file

@ -117,6 +117,7 @@
android:id="@+id/tip_send"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/inter"
android:text="@string/send"
android:layout_alignParentRight="true"
android:layout_centerVertical="true" />

View file

@ -67,6 +67,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:fontFamily="@font/inter"
android:textSize="14sp"
android:visibility="invisible"
android:text="@string/play" />
<LinearLayout

View file

@ -194,6 +194,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_alignParentBottom="true"
android:fontFamily="@font/inter"
android:visibility="gone" />
</RelativeLayout>

View file

@ -576,8 +576,8 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:text="@string/publish"
android:fontFamily="@font/inter" />
android:fontFamily="@font/inter"
android:text="@string/publish" />
</RelativeLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>

View file

@ -61,6 +61,7 @@
android:id="@+id/verification_email_continue_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/inter"
android:text="@string/continue_text" />
<ProgressBar
android:id="@+id/verification_email_add_progress"
@ -132,6 +133,7 @@
android:layout_weight="3"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:fontFamily="@font/inter"
android:text="@string/resend" />
<View

View file

@ -54,6 +54,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:fontFamily="@font/inter"
android:text="@string/continue_text" />
</LinearLayout>
</RelativeLayout>

View file

@ -67,6 +67,7 @@
android:id="@+id/verification_phone_continue_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/inter"
android:text="@string/continue_text" />
<ProgressBar
android:id="@+id/verification_phone_new_progress"
@ -129,6 +130,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:fontFamily="@font/inter"
android:text="@string/verify" />
<ProgressBar
android:id="@+id/verification_phone_verify_progress"

View file

@ -105,6 +105,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:fontFamily="@font/inter"
android:text="@string/done" />
</LinearLayout>
</LinearLayout>