rename swap_blank to swap_start_swap to match View name

This commit is contained in:
Hans-Christoph Steiner 2019-05-06 11:57:18 +02:00
parent 68cc241bc0
commit 568abe9f3b
3 changed files with 3 additions and 3 deletions

View File

@ -349,7 +349,7 @@ public class SwapWorkflowActivity extends AppCompatActivity {
break; break;
case SwapService.STEP_CONNECTING: case SwapService.STEP_CONNECTING:
// TODO: Properly decide what to do here (i.e. returning to the activity after it was connecting)... // TODO: Properly decide what to do here (i.e. returning to the activity after it was connecting)...
inflateInnerView(R.layout.swap_blank); inflateInnerView(R.layout.swap_start_swap);
break; break;
} }
} }
@ -414,7 +414,7 @@ public class SwapWorkflowActivity extends AppCompatActivity {
} }
} }
inflateInnerView(R.layout.swap_blank); inflateInnerView(R.layout.swap_start_swap);
} }
private void showConfirmSwap(@NonNull NewRepoConfig config) { private void showConfirmSwap(@NonNull NewRepoConfig config) {

View File

@ -6,7 +6,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="130dp" android:layout_height="130dp"
android:layout_alignParentTop="true" android:layout_alignParentTop="true"
tools:showIn="@layout/swap_blank"> tools:showIn="@layout/swap_start_swap">
<ImageView <ImageView
android:layout_width="match_parent" android:layout_width="match_parent"