update author card layout
This commit is contained in:
parent
a3d17c5cbc
commit
e74870e753
2 changed files with 4 additions and 2 deletions
|
|
@ -55,13 +55,14 @@
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/karim_abou_zeid"
|
android:text="@string/dkanada"
|
||||||
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
|
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/aachen_germany"
|
android:text="@string/aachen_germany"
|
||||||
|
android:visibility="gone"
|
||||||
android:textAppearance="@style/TextAppearance.AppCompat.Caption" />
|
android:textAppearance="@style/TextAppearance.AppCompat.Caption" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
@ -104,6 +105,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?attr/rectSelector"
|
android:background="?attr/rectSelector"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
|
android:visibility="gone"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:minHeight="@dimen/md_listitem_height"
|
android:minHeight="@dimen/md_listitem_height"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name" translatable="false">Gelli</string>
|
<string name="app_name" translatable="false">Gelli</string>
|
||||||
|
|
||||||
<string name="karim_abou_zeid" translatable="false">Karim Abou Zeid</string>
|
<string name="dkanada" translatable="false">dkanada</string>
|
||||||
<string name="aidan_follestad" translatable="false">Aidan Follestad</string>
|
<string name="aidan_follestad" translatable="false">Aidan Follestad</string>
|
||||||
<string name="maarten_corpel" translatable="false">Maarten Corpel</string>
|
<string name="maarten_corpel" translatable="false">Maarten Corpel</string>
|
||||||
<string name="michael_cook" translatable="false">Michael Cook</string>
|
<string name="michael_cook" translatable="false">Michael Cook</string>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue