|
|
@@ -49,6 +49,16 @@ |
|
|
|
android:visibility="gone" |
|
|
|
android:background="?attr/app_content_bg_color" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="1dp" |
|
|
|
android:focusableInTouchMode="true" |
|
|
|
android:focusable="true" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
android:layout_marginTop="@dimen/dp_80" |
|
|
|
android:layout_height="1dp"> |
|
|
|
<requestFocus/> |
|
|
|
</TextView> |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/rl_quanxian" |
|
|
|
android:layout_gravity="top" |
|
|
@@ -56,8 +66,6 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="0dp" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
android:focusable="true" |
|
|
|
android:clickable="true" |
|
|
|
android:focusableInTouchMode="true" |
|
|
|
android:background="#65000000"> |
|
|
|
<LinearLayout |
|
|
|