竖线

<View  
    android:layout_width="1dip"
    android:layout_height="match_parent"
    android:background="#66CCFF"
    android:layout_gravity="center_horizontal"
    />


横线

<View  android:layout_height="1px"
           android:layout_width="match_parent"
           android:background="#66CCFF"

/>

相关文章:

  • 2022-12-23
  • 2022-02-26
  • 2022-12-23
  • 2021-12-17
  • 2022-01-01
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-24
  • 2021-09-13
  • 2022-12-23
  • 2021-10-27
  • 2022-01-16
  • 2022-12-23
相关资源
相似解决方案