alpha-wallet-android icon indicating copy to clipboard operation
alpha-wallet-android copied to clipboard

Update table/list section headers with the new font

Open colourfreak opened this issue 2 years ago • 1 comments

CircularStd-Bold 15sp

<TextView
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:layout_width="match_parent"
  android:layout_height="24dp"
  android:fontFamily="@font/circular_std"
  android:textStyle="bold"
  android:textSize="15sp"
  android:textColor="#000000"
  android:lineSpacingExtra="10sp"
  tools:text="System"/>

Zeplin https://zpl.io/ykdmKWG

Screenshot 2022-06-06 at 11 49 37

You can find them in

  • Settings
  • Wallet (network names)
  • Activity (dates)
  • Transactions

You can select an item in Zeplin to see where is it used: https://user-images.githubusercontent.com/51817359/172139331-05bbd32e-4c89-493d-8202-0ef0bb992ca1.mov

colourfreak avatar Jun 06 '22 10:06 colourfreak

Out of phase 1

hboon avatar Jun 19 '22 05:06 hboon