Skip to content
Snippets Groups Projects
Verified Commit b9760a0b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improve rendering of shadow for chatline

parent bc7275d1
No related branches found
No related tags found
No related merge requests found
......@@ -51,11 +51,22 @@
tools:listitem="@layout/widget_nick" />
</android.support.design.widget.CoordinatorLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_anchor="@id/fragment_chatline"
app:layout_anchorGravity="top">
<de.kuschku.quasseldroid.util.ui.ShadowView
android:layout_width="match_parent"
android:layout_height="16dp"
android:gravity="bottom"
app:layout_anchor="@id/fragment_chatline" />
android:layout_height="@dimen/shadow_height"
android:gravity="bottom" />
<Space
android:layout_width="match_parent"
android:layout_height="@dimen/shadow_height" />
</LinearLayout>
<fragment
android:id="@+id/fragment_chatline"
......
......@@ -49,11 +49,22 @@
tools:listitem="@layout/widget_nick" />
</android.support.design.widget.CoordinatorLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_anchor="@id/fragment_chatline"
app:layout_anchorGravity="top">
<de.kuschku.quasseldroid.util.ui.ShadowView
android:layout_width="match_parent"
android:layout_height="16dp"
android:gravity="bottom"
app:layout_anchor="@id/fragment_chatline" />
android:layout_height="@dimen/shadow_height"
android:gravity="bottom" />
<Space
android:layout_width="match_parent"
android:layout_height="@dimen/shadow_height" />
</LinearLayout>
<fragment
android:id="@+id/fragment_chatline"
......
......@@ -56,11 +56,22 @@
tools:listitem="@layout/widget_nick" />
</android.support.design.widget.CoordinatorLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_anchor="@id/fragment_chatline"
app:layout_anchorGravity="top">
<de.kuschku.quasseldroid.util.ui.ShadowView
android:layout_width="match_parent"
android:layout_height="16dp"
android:gravity="bottom"
app:layout_anchor="@id/fragment_chatline" />
android:layout_height="@dimen/shadow_height"
android:gravity="bottom" />
<Space
android:layout_width="match_parent"
android:layout_height="@dimen/shadow_height" />
</LinearLayout>
<fragment
android:id="@+id/fragment_chatline"
......
......@@ -32,6 +32,8 @@
<dimen name="button_corner_radius">2dp</dimen>
<dimen name="shadow_height">4dp</dimen>
<dimen name="colorchooser_circlesize">56dp</dimen>
<dimen name="avatar_size">35sp</dimen>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment