Commit 22bacdb9 authored by Tiago Cunha's avatar Tiago Cunha

Doing something else

parent 0b283538
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
android:background="?attr/colorPrimaryDark" android:background="?attr/colorPrimaryDark"
android:elevation="2dp" android:elevation="2dp"
android:visibility="gone" android:visibility="gone"
tools:visibility="gone"> tools:visibility="visible">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -237,12 +237,18 @@ ...@@ -237,12 +237,18 @@
android:textAppearance="?attr/textAppearanceListItemSmall" /> android:textAppearance="?attr/textAppearanceListItemSmall" />
</LinearLayout> </LinearLayout>
<chat.rocket.android.widget.DividerView
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView <TextView
android:id="@+id/version_info" android:id="@+id/version_info"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="?attr/listPreferredItemHeight" android:layout_height="wrap_content"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:textAppearance="?attr/textAppearanceListItemSmall" /> android:layout_margin="@dimen/margin_8"
android:textAppearance="@style/TextAppearance.AppCompat.Caption"
tools:text="Version: 1.0" />
</LinearLayout> </LinearLayout>
</android.support.v4.widget.NestedScrollView> </android.support.v4.widget.NestedScrollView>
</RelativeLayout> </RelativeLayout>
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