|
|
|
|
@ -67,10 +67,18 @@ |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/llHomeApi" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="@dimen/vs_60" |
|
|
|
|
android:layout_marginBottom="@dimen/vs_10" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="@dimen/vs_60" |
|
|
|
|
android:layout_marginBottom="@dimen/vs_10" |
|
|
|
|
android:focusable="false" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/llApi" |
|
|
|
|
android:layout_width="@dimen/vs_0" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:layout_weight="3.08" |
|
|
|
|
android:background="@drawable/shape_setting_model_focus" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
@ -78,28 +86,70 @@ |
|
|
|
|
android:paddingLeft="@dimen/vs_20" |
|
|
|
|
android:paddingRight="@dimen/vs_20"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="配置地址" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<Space |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tvApi" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:ellipsize="middle" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="@dimen/vs_10" |
|
|
|
|
android:layout_marginLeft="@dimen/vs_10" |
|
|
|
|
android:text=">" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_30" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/llApiHistory" |
|
|
|
|
android:layout_width="@dimen/vs_0" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginStart="@dimen/vs_5" |
|
|
|
|
android:layout_marginLeft="@dimen/vs_5" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="@drawable/shape_setting_model_focus" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingLeft="@dimen/vs_20" |
|
|
|
|
android:paddingRight="@dimen/vs_20"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="首页数据源" |
|
|
|
|
android:text="配置历史" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<Space |
|
|
|
|
<Space |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tvHomeApi" |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tvMediaCodec1" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:ellipsize="middle" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="@dimen/vs_10" |
|
|
|
|
@ -107,21 +157,22 @@ |
|
|
|
|
android:text=">" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_30" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="@dimen/vs_60" |
|
|
|
|
android:layout_marginBottom="@dimen/vs_10" |
|
|
|
|
android:focusable="false" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/llApi" |
|
|
|
|
android:layout_width="@dimen/vs_0" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:layout_weight="3.08" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="@dimen/vs_60" |
|
|
|
|
android:layout_marginBottom="@dimen/vs_10" |
|
|
|
|
android:focusable="false" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/llHomeApi" |
|
|
|
|
android:layout_width="@dimen/vs_0" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:layout_weight="3.08" |
|
|
|
|
android:background="@drawable/shape_setting_model_focus" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
@ -129,28 +180,71 @@ |
|
|
|
|
android:paddingLeft="@dimen/vs_20" |
|
|
|
|
android:paddingRight="@dimen/vs_20"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="首页站源" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<Space |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tvHomeApi" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:ellipsize="middle" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="@dimen/vs_10" |
|
|
|
|
android:layout_marginLeft="@dimen/vs_10" |
|
|
|
|
android:text=">" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_30" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/tvHomeLive" |
|
|
|
|
android:layout_width="@dimen/vs_0" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginStart="@dimen/vs_5" |
|
|
|
|
android:layout_marginLeft="@dimen/vs_5" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="@drawable/shape_setting_model_focus" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingLeft="@dimen/vs_20" |
|
|
|
|
android:paddingRight="@dimen/vs_20"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="配置地址" |
|
|
|
|
android:text="下次进入" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<Space |
|
|
|
|
<Space |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tvApi" |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tvHomeText" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:ellipsize="middle" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:text="点播" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="@dimen/vs_10" |
|
|
|
|
@ -158,50 +252,8 @@ |
|
|
|
|
android:text=">" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_30" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
</LinearLayout> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/llApiHistory" |
|
|
|
|
android:layout_width="@dimen/vs_0" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginStart="@dimen/vs_5" |
|
|
|
|
android:layout_marginLeft="@dimen/vs_5" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="@drawable/shape_setting_model_focus" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingLeft="@dimen/vs_20" |
|
|
|
|
android:paddingRight="@dimen/vs_20"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="配置历史" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<Space |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tvMediaCodec1" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="@dimen/vs_10" |
|
|
|
|
android:layout_marginLeft="@dimen/vs_10" |
|
|
|
|
android:text=">" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_30" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|