fingerprint_picker.xml 744 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="horizontal">
  6. <android.support.v7.widget.AppCompatImageView
  7. android:layout_width="@dimen/big_icon_height"
  8. android:layout_height="@dimen/big_icon_height"
  9. android:background="@drawable/ic_fingerprint"
  10. android:id="@+id/fingerprint_icon"/>
  11. <android.support.v7.widget.AppCompatTextView
  12. android:layout_width="wrap_content"
  13. android:layout_height="@dimen/big_icon_height"
  14. android:gravity="center_vertical"
  15. android:text="@string/push_finger_desc"/>
  16. </LinearLayout>