Skip to content

Commit d586d37

Browse files
committed
Fix display of app name
1 parent 7d59c09 commit d586d37

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/res/layout/activity_evaluations.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@
177177
<TextView
178178
android:id="@+id/applicationName"
179179
android:textStyle="bold"
180-
android:layout_width="wrap_content"
180+
android:gravity="center_horizontal"
181+
android:layout_width="225dp"
181182
android:layout_height="wrap_content"
182183
android:layout_margin="30dp"
183184
android:layout_marginTop="100dp"

0 commit comments

Comments
 (0)