mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: FMRadio: Use android SDK LinearLayout
Change-Id: Ibd176357da2c84c5fb0c5654aaed9413139412c3 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
315e8a18d4
commit
908dc5339b
1 changed files with 10 additions and 10 deletions
|
|
@ -18,7 +18,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="10dp" />
|
||||
|
||||
<de.dlyt.yanndroid.oneui.layout.RoundLinearLayout
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/primary_color"
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
android:layout_width="10dp"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
</de.dlyt.yanndroid.oneui.layout.RoundLinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
android:orientation="horizontal"
|
||||
android:gravity="center">
|
||||
|
||||
<de.dlyt.yanndroid.oneui.layout.RoundLinearLayout
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="140dp"
|
||||
android:orientation="vertical"
|
||||
|
|
@ -89,13 +89,13 @@
|
|||
android:theme="@style/ButtonStyle.Colored"
|
||||
android:textSize="18sp" />
|
||||
|
||||
</de.dlyt.yanndroid.oneui.layout.RoundLinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<Space
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
<de.dlyt.yanndroid.oneui.layout.RoundLinearLayout
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="140dp"
|
||||
android:orientation="vertical"
|
||||
|
|
@ -125,14 +125,14 @@
|
|||
android:textSize="18sp"
|
||||
android:theme="@style/ButtonStyle.Colored" />
|
||||
|
||||
</de.dlyt.yanndroid.oneui.layout.RoundLinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="20dp" />
|
||||
|
||||
<de.dlyt.yanndroid.oneui.layout.RoundLinearLayout
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="230dp"
|
||||
android:background="@color/primary_color"
|
||||
|
|
@ -184,13 +184,13 @@
|
|||
android:progressTint="#263238"/>
|
||||
</FrameLayout>
|
||||
|
||||
</de.dlyt.yanndroid.oneui.layout.RoundLinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="20dp" />
|
||||
|
||||
<de.dlyt.yanndroid.oneui.layout.RoundLinearLayout
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top|center"
|
||||
|
|
@ -305,6 +305,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="15dp" />
|
||||
|
||||
</de.dlyt.yanndroid.oneui.layout.RoundLinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
|||
Loading…
Reference in a new issue