修改13日的bug
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
app:layout_constraintTop_toBottomOf="@id/et_login_paw" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView"
|
||||
android:id="@+id/tv_statement"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="2dp"
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
app:layout_constraintTop_toTopOf="@+id/btn_switch"
|
||||
android:background="@color/whiteAlpha50"
|
||||
android:padding="@dimen/default_widget_padding"
|
||||
android:textColor="@color/colorRead"
|
||||
android:format="00:00:00"
|
||||
android:layout_marginTop="@dimen/default_widget_padding"></TextView>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
9
app/src/main/res/layout/activity_statement.xml
Normal file
9
app/src/main/res/layout/activity_statement.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".activity.StatementActivity">
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -23,7 +23,7 @@
|
||||
android:id="@+id/tv_title"
|
||||
style="@style/text_style_toolbar_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:text="webView"
|
||||
android:text="详情页面"
|
||||
android:layout_toRightOf="@id/iv_icon"
|
||||
android:textColor="#fff" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -45,7 +45,6 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="10dp"
|
||||
android:text="2222"
|
||||
app:layout_constraintRight_toLeftOf="@+id/tv_auditStatus"
|
||||
app:layout_constraintTop_toTopOf="@+id/tv_createTime" />
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
android:layout_height="match_parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
android:background="@drawable/marker_poi_bg"
|
||||
android:background="@drawable/marker_poi_bags"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -151,7 +151,6 @@
|
||||
style="@style/main_text_style"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
android:text="我的等级" />
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user