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_height="wrap_content"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:enabled="false" android:enabled="false"
android:fontFamily="@font/inter"
android:text="@string/invite" /> android:text="@string/invite" />
</RelativeLayout> </RelativeLayout>
</LinearLayout> </LinearLayout>

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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