Ditch rebuild path button

This commit is contained in:
nielsandriesse
2020-06-02 15:22:32 +10:00
parent 1217e5278f
commit 6cb6714893
4 changed files with 4 additions and 38 deletions

View File

@@ -45,10 +45,10 @@
<Button
style="@style/MediumProminentOutlineButton"
android:id="@+id/rebuildPathButton"
android:id="@+id/learnMoreButton"
android:layout_width="196dp"
android:layout_height="@dimen/medium_button_height"
android:layout_marginBottom="@dimen/medium_spacing"
android:text="@string/activity_path_rebuild_path_button_title" />
android:text="@string/activity_path_learn_more_button_title" />
</LinearLayout>