diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/activity_publish_profile_picture.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/res/layout/activity_publish_profile_picture.xml b/res/layout/activity_publish_profile_picture.xml index ff7f6fa2..9dd7a5dc 100644 --- a/res/layout/activity_publish_profile_picture.xml +++ b/res/layout/activity_publish_profile_picture.xml @@ -75,13 +75,20 @@ android:paddingLeft="8dp" android:paddingRight="8dp" > + <TextView + android:id="@+id/account" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:textColor="@color/primarytext" + android:textSize="18sp"/> + <TextView - android:id="@+id/explanation" + android:layout_marginTop="8dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/publish_avatar_explanation" android:textColor="@color/primarytext" - android:textSize="18sp" /> + android:textSize="14sp" /> </LinearLayout> </RelativeLayout>
\ No newline at end of file |