Commit e08f115e by 段启岩

界面优化

parent d1cf10a2
......@@ -146,7 +146,6 @@ public class UserHomeActivity extends BaseActivity<UserHomeViewModel, ActivityUs
viewModel.fetchUserInfo(userId);
binding.userCard.post(new Runnable() {
@Override
public void run() {
......@@ -175,5 +174,7 @@ public class UserHomeActivity extends BaseActivity<UserHomeViewModel, ActivityUs
});
}
});
}
}
......@@ -110,7 +110,7 @@
<TextView
android:id="@+id/txt_user_nick"
android:text="段启岩"
android:text=""
android:textColor="#333333"
android:textSize="18sp"
android:layout_marginTop="57dp"
......@@ -121,7 +121,7 @@
<TextView
android:id="@+id/txt_user_signature"
android:text="但行好事,莫问前程!"
android:text=""
android:textColor="@color/colorTextLevel5"
android:textSize="12sp"
android:layout_marginTop="5dp"
......
......@@ -61,5 +61,5 @@
app:layout_constraintBottom_toBottomOf="parent"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#efefef" />
android:background="@drawable/background_app" />
</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