我需要在我的应用程序的所有屏幕上添加垂直侧边栏

时间:2016-04-11 21:33:15

标签: android

This is what is desired

我需要在所有屏幕上添加这些内容。有没有好办法呢?

我尝试使用textfields但是没有用

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"

    android:orientation="horizontal"
    xmlns:android="http://schemas.android.com/apk/res/android">

    <TextView
        android:layout_width="11dp"
        android:layout_height="match_parent"
        android:background="@color/light_red"/>
    <TextView
        android:layout_width="11dp"
        android:layout_height="match_parent"
        android:background="@color/light_blue"/>

enter image description here

0 个答案:

没有答案