Преглед изворни кода

修复 修改登录名界面 背景透明的问题

zengjiebin пре 7 година
родитељ
комит
16ae96bc7f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/src/main/res/layout/activity_re_login_name.xml

+ 1 - 1
app/src/main/res/layout/activity_re_login_name.xml

@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:fitsSystemWindows="true"
     android:gravity="center_horizontal"
     android:orientation="vertical"
+    android:background="@color/bg"
     android:padding="@dimen/content_padding_24">
 
     <TextView