mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-05-06 11:49:43 +00:00
10 lines
320 B
XML
10 lines
320 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
android:id="@+id/container"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40dp"
|
|
android:background="@color/colorPrimary"
|
|
android:orientation="horizontal">
|
|
|
|
</LinearLayout> |