class="wrap language-xml"> 91
                <TextView
92
                    android:layout_width="wrap_content"
93
                    android:layout_height="wrap_content"
94
                    android:layout_marginTop="10dp"
95
                    android:text="视频"
96
                    android:textColor="@color/color_222222"
97
                    android:textSize="15sp" />
98
            </LinearLayout>
99

100
            <LinearLayout
101
                android:id="@+id/publish_qa"
118
                android:layout_width="wrap_content"
102
                android:layout_width="wrap_content"
119
                android:layout_height="wrap_content"
103
                android:layout_height="wrap_content"
120
                android:layout_marginTop="10dp"
121
                android:text="提问"
122
                android:textColor="@color/color_222222"
123
                android:textSize="15sp" />
104
                android:padding="20dp"
105
                android:gravity="center"
106
                android:orientation="vertical">
107

108
                <ImageView
109
                    android:layout_width="wrap_content"
110
                    android:layout_height="wrap_content"
111
                    android:background="@drawable/app_publish_qa_icon" />
112

113
                <TextView
114
                    android:layout_width="wrap_content"
115
                    android:layout_height="wrap_content"
116
                    android:layout_marginTop="10dp"
117
                    android:text="提问"
118
                    android:textColor="@color/color_222222"
119
                    android:textSize="15sp" />
120
            </LinearLayout>
124
        </LinearLayout>
121
        </LinearLayout>
125

122

123

126
    </RelativeLayout>
124
    </RelativeLayout>
127

125

128
    <RelativeLayout
126
    <RelativeLayout

登录 - Gogs: Go Git Service

登录