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