全志Launcher代码首次提交
This commit is contained in:
145
app/src/main/res/layout-sw720dp/layout_rect_group1.xml
Normal file
145
app/src/main/res/layout-sw720dp/layout_rect_group1.xml
Normal file
@@ -0,0 +1,145 @@
|
||||
<?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="208dp"
|
||||
android:layout_height="362dp"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
android:layout_marginTop="79dp"
|
||||
android:layout_marginStart="96dp"
|
||||
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="208dp"
|
||||
android:layout_height="175dp"
|
||||
android:layout_marginStart="316dp"
|
||||
android:layout_marginTop="79dp"
|
||||
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="428dp"
|
||||
android:layout_height="175dp"
|
||||
android:layout_marginStart="536dp"
|
||||
android:layout_marginTop="79dp"
|
||||
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="208dp"
|
||||
android:layout_height="362dp"
|
||||
android:layout_marginStart="976dp"
|
||||
android:layout_marginTop="79dp"
|
||||
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="208dp"
|
||||
android:layout_height="175dp"
|
||||
android:layout_marginStart="316dp"
|
||||
android:layout_marginTop="266dp"
|
||||
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="208dp"
|
||||
android:layout_height="175dp"
|
||||
android:layout_marginTop="266dp"
|
||||
android:layout_marginStart="536dp"
|
||||
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="208dp"
|
||||
android:layout_height="175dp"
|
||||
android:layout_marginStart="756dp"
|
||||
android:layout_marginTop="266dp"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
app:multiViewImage="@drawable/img_filemanager"
|
||||
android:descendantFocusability="beforeDescendants"
|
||||
/>
|
||||
|
||||
|
||||
<com.ik.mboxlauncher.view.AdMultiView
|
||||
android:id="@+id/layout_miracastreceive"
|
||||
android:layout_width="428dp"
|
||||
android:layout_height="175dp"
|
||||
android:layout_marginStart="96dp"
|
||||
android:layout_marginTop="453dp"
|
||||
app:adMultiViewImage="@drawable/img_miracastreceive"
|
||||
android:focusableInTouchMode="true"
|
||||
android:descendantFocusability="beforeDescendants"
|
||||
/>
|
||||
|
||||
<com.ik.mboxlauncher.view.HomeMultiView
|
||||
android:id="@+id/layout_chrome"
|
||||
android:layout_width="208dp"
|
||||
android:layout_height="175dp"
|
||||
android:layout_marginStart="533dp"
|
||||
android:layout_marginTop="453dp"
|
||||
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="208dp"
|
||||
android:layout_height="175dp"
|
||||
android:layout_marginStart="753dp"
|
||||
android:layout_marginTop="453dp"
|
||||
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="208dp"
|
||||
android:layout_height="175dp"
|
||||
android:layout_marginStart="976dp"
|
||||
android:layout_marginTop="453dp"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
app:multiViewImage="@drawable/img_setting"
|
||||
android:descendantFocusability="beforeDescendants"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user