<LinearLayout android:layout_width="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_height="wrap_content">
<View
android:id="@+id/operatorLine"
android:layout_width="180px"
android:layout_height= "7dp"
android:layout_marginRight="95px"
android:background="#ffffff" />
<View
android:id="@+id/adminLine"
android:layout_width="155px"
android:layout_marginLeft="95px"
android:layout_height= "7dp"
android:background="#ffffff" />
</LinearLayout>
私は2行を描画する必要がありますが、Android 4.4.4 kitkatバージョンでは表示が機能しません。Android 4.4.4で表示が動作しない4.4.4バージョンkitkat
見ることができるように? – Shaishav
「動作していません」と説明してください。 – Sufian