|
|
|
|
@ -80,7 +80,7 @@ |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/tunnel" |
|
|
|
|
android:id="@+id/buffer" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:background="@drawable/shape_item" |
|
|
|
|
@ -90,23 +90,32 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:text="@string/player_exo_tunnel" |
|
|
|
|
android:text="@string/player_exo_buffer" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="16sp" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tunnelText" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:id="@+id/bufferText" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:gravity="end" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="16sp" |
|
|
|
|
tools:text="關" /> |
|
|
|
|
tools:text="1" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:text="@string/times" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="16sp" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/http" |
|
|
|
|
android:id="@+id/tunnel" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
@ -117,23 +126,23 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:text="@string/player_exo_http" |
|
|
|
|
android:text="@string/player_exo_tunnel" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="16sp" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/httpText" |
|
|
|
|
android:id="@+id/tunnelText" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:gravity="end" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="16sp" |
|
|
|
|
tools:text="OkHttp" /> |
|
|
|
|
tools:text="關" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/buffer" |
|
|
|
|
android:id="@+id/http" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
@ -144,27 +153,18 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:text="@string/player_exo_buffer" |
|
|
|
|
android:text="@string/player_exo_http" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="16sp" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/bufferText" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:id="@+id/httpText" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:gravity="end" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="16sp" |
|
|
|
|
tools:text="1" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:text="@string/times" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="16sp" /> |
|
|
|
|
tools:text="OkHttp" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|