Commit e08f115e by 段启岩

界面优化

parent d1cf10a2
...@@ -146,7 +146,6 @@ public class UserHomeActivity extends BaseActivity<UserHomeViewModel, ActivityUs ...@@ -146,7 +146,6 @@ public class UserHomeActivity extends BaseActivity<UserHomeViewModel, ActivityUs
viewModel.fetchUserInfo(userId); viewModel.fetchUserInfo(userId);
binding.userCard.post(new Runnable() { binding.userCard.post(new Runnable() {
@Override @Override
public void run() { public void run() {
...@@ -175,5 +174,7 @@ public class UserHomeActivity extends BaseActivity<UserHomeViewModel, ActivityUs ...@@ -175,5 +174,7 @@ public class UserHomeActivity extends BaseActivity<UserHomeViewModel, ActivityUs
}); });
} }
}); });
} }
} }
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
<TextView <TextView
android:id="@+id/txt_user_nick" android:id="@+id/txt_user_nick"
android:text="段启岩" android:text=""
android:textColor="#333333" android:textColor="#333333"
android:textSize="18sp" android:textSize="18sp"
android:layout_marginTop="57dp" android:layout_marginTop="57dp"
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<TextView <TextView
android:id="@+id/txt_user_signature" android:id="@+id/txt_user_signature"
android:text="但行好事,莫问前程!" android:text=""
android:textColor="@color/colorTextLevel5" android:textColor="@color/colorTextLevel5"
android:textSize="12sp" android:textSize="12sp"
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
......
...@@ -61,5 +61,5 @@ ...@@ -61,5 +61,5 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
android:background="#efefef" /> android:background="@drawable/background_app" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment