LoginSignup
9
8

More than 5 years have passed since last update.

Androidのレイアウトにヘアライン(横線の区切り)を入れる

Posted at

Viewを使うのが一番簡単?

    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:layout_marginTop="16dp"
        android:background="#ff808080" />

参考 : https://android.googlesource.com/platform/packages/apps/DeskClock/+/android-4.2.1_r1.2/res/layout/label_dialog.xml

9
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
8