Files
SNFLauncherMain_AllWinner/app/src/main/res/layout-sw540dp/layout_rect_group1.xml

146 lines
4.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/layout_rect_group"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="true"
android:clipChildren="true"
>
<com.ik.mboxlauncher.view.HomeMultiView
android:id="@+id/layout_video"
android:layout_width="156dp"
android:layout_height="272dp"
android:focusable="true"
android:focusableInTouchMode="true"
android:layout_marginTop="59dp"
android:layout_marginStart="72dp"
app:multiViewImage="@drawable/img_video"
app:multiViewTitle="@string/str_video"
android:nextFocusRight="@id/layout_youtube"
android:descendantFocusability="beforeDescendants" />
<com.ik.mboxlauncher.view.HomeMultiView
android:id="@+id/layout_youtube"
android:layout_width="156dp"
android:layout_height="131dp"
android:layout_marginStart="237dp"
android:layout_marginTop="59dp"
android:focusable="true"
android:focusableInTouchMode="true"
app:multiViewImage="@drawable/img_youtube"
android:descendantFocusability="beforeDescendants"
/>
<com.ik.mboxlauncher.view.HomeMultiView
android:id="@+id/layout_recommend"
android:layout_width="321dp"
android:layout_height="131dp"
android:layout_marginStart="402dp"
android:layout_marginTop="59dp"
android:focusable="true"
android:focusableInTouchMode="true"
app:multiViewImage="@drawable/img_recommend"
app:multiViewTitle="@string/str_recommend"
android:descendantFocusability="beforeDescendants"
/>
<com.ik.mboxlauncher.view.HomeMultiView
android:id="@+id/layout_music"
android:layout_width="156dp"
android:layout_height="272dp"
android:layout_marginStart="732dp"
android:layout_marginTop="59dp"
android:focusable="true"
android:focusableInTouchMode="true"
app:multiViewImage="@drawable/img_music"
app:multiViewTitle="@string/str_music"
android:descendantFocusability="beforeDescendants"
/>
<com.ik.mboxlauncher.view.HomeMultiView
android:id="@+id/layout_netflix"
android:layout_width="156dp"
android:layout_height="131dp"
android:layout_marginStart="237dp"
android:layout_marginTop="199dp"
android:focusable="true"
android:focusableInTouchMode="true"
app:multiViewImage="@drawable/img_netflix"
android:descendantFocusability="beforeDescendants"
/>
<com.ik.mboxlauncher.view.HomeMultiView
android:id="@+id/layout_primevideo"
android:layout_width="156dp"
android:layout_height="131dp"
android:layout_marginTop="199dp"
android:layout_marginStart="402dp"
android:focusable="true"
android:focusableInTouchMode="true"
app:multiViewImage="@drawable/img_primevideo"
android:descendantFocusability="beforeDescendants"
/>
<com.ik.mboxlauncher.view.HomeMultiView
android:id="@+id/layout_filemanager"
android:layout_width="156dp"
android:layout_height="131dp"
android:layout_marginStart="567dp"
android:layout_marginTop="199dp"
android:focusable="true"
android:focusableInTouchMode="true"
app:multiViewImage="@drawable/img_filemanager"
android:descendantFocusability="beforeDescendants"
/>
<com.ik.mboxlauncher.view.HomeMultiView
android:id="@+id/layout_miracastreceive"
android:layout_width="321dp"
android:layout_height="131dp"
android:layout_marginStart="72dp"
android:layout_marginTop="339dp"
app:multiViewImage="@drawable/img_miracastreceive"
android:focusableInTouchMode="true"
android:descendantFocusability="beforeDescendants"
/>
<com.ik.mboxlauncher.view.HomeMultiView
android:id="@+id/layout_chrome"
android:layout_width="156dp"
android:layout_height="131dp"
android:layout_marginStart="399dp"
android:layout_marginTop="339dp"
android:focusable="true"
android:focusableInTouchMode="true"
app:multiViewImage="@drawable/img_chrome"
android:descendantFocusability="beforeDescendants"
/>
<com.ik.mboxlauncher.view.HomeMultiView
android:id="@+id/layout_hbomax"
android:layout_width="156dp"
android:layout_height="131dp"
android:layout_marginStart="565dp"
android:layout_marginTop="339dp"
android:focusable="true"
android:focusableInTouchMode="true"
app:multiViewImage="@drawable/img_hbomax"
android:descendantFocusability="beforeDescendants"
/>
<com.ik.mboxlauncher.view.HomeMultiView
android:id="@+id/layout_setting"
android:layout_width="156dp"
android:layout_height="131dp"
android:layout_marginStart="732dp"
android:layout_marginTop="339dp"
android:focusable="true"
android:focusableInTouchMode="true"
app:multiViewImage="@drawable/img_setting"
android:descendantFocusability="beforeDescendants"
/>
</RelativeLayout>