diff options
Diffstat (limited to 'java/res/layout/setup_step.xml')
-rw-r--r-- | java/res/layout/setup_step.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/layout/setup_step.xml b/java/res/layout/setup_step.xml index 26d7fe799..c15d07bad 100644 --- a/java/res/layout/setup_step.xml +++ b/java/res/layout/setup_step.xml @@ -42,7 +42,7 @@ <View android:layout_width="match_parent" android:layout_height="2dp" /> - <TextView + <Button android:id="@+id/setup_step_action_label" style="@style/setupStepActionLabelStyle" android:gravity="center_vertical" |