ui tweaks
This commit is contained in:
parent
4fad745d2d
commit
dcc4487018
|
@ -18,11 +18,12 @@
|
|||
-->
|
||||
|
||||
<org.mariotaku.twidere.view.TintedStatusFrameLayout
|
||||
android:id="@+id/userFragmentView"
|
||||
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"
|
||||
android:id="@+id/userFragmentView"
|
||||
android:fitsSystemWindows="true"
|
||||
app:setPadding="false">
|
||||
|
||||
|
@ -36,7 +37,8 @@
|
|||
android:id="@+id/profileBanner"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:scaleType="centerCrop"/>
|
||||
android:scaleType="centerCrop"
|
||||
tools:src="@drawable/nyan_stars_background"/>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/profileBirthdayBanner"
|
||||
|
@ -77,7 +79,8 @@
|
|||
android:layout_alignParentTop="true"
|
||||
android:elevation="@dimen/toolbar_elevation"
|
||||
android:tag="ate_ignore"
|
||||
app:popupTheme="?actionBarPopupTheme"/>
|
||||
app:popupTheme="?actionBarPopupTheme"
|
||||
tools:elevation="0dp"/>
|
||||
|
||||
<View
|
||||
android:id="@+id/windowOverlay"
|
||||
|
|
|
@ -267,18 +267,11 @@
|
|||
tools:text="July 17, 2009 18:35 (20 tweets per day)"/>
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0.2dp"
|
||||
android:background="?android:dividerVertical"/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/action_button_size"
|
||||
android:baselineAligned="false"
|
||||
android:divider="?android:dividerHorizontal"
|
||||
android:orientation="horizontal"
|
||||
android:showDividers="middle"
|
||||
android:splitMotionEvents="false">
|
||||
|
||||
<LinearLayout
|
||||
|
@ -397,6 +390,8 @@
|
|||
android:textColor="?android:textColorSecondary"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<include layout="@layout/layout_content_fragment_common"/>
|
||||
|
|
Loading…
Reference in New Issue