~phroa/phone-app

759462f582e760cbdbcee0e6d04fec5b81f1a311 — Jack Stratton 2 years ago 87208d1
Make the placeholder text placeholder text
1 files changed, 6 insertions(+), 6 deletions(-)

M phms/Resources/layout/activity_main.axml
M phms/Resources/layout/activity_main.axml => phms/Resources/layout/activity_main.axml +6 -6
@@ 6,11 6,11 @@
    android:layout_height="match_parent">

    <EditText
        android:id="@+id/databaseUri"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:ems="10"
        android:inputType="textMultiLine|textNoSuggestions"
        android:text="Database URI" />
            android:id="@+id/databaseUri"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:ems="10"
            android:inputType="textMultiLine|textNoSuggestions"
            android:hint="Database URI"/>
    
</RelativeLayout>
\ No newline at end of file