|
@@ -22,13 +22,19 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
- <EditText
|
|
|
- android:id="@+id/share_password"
|
|
|
+ <android.support.design.widget.TextInputLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:ems="10"
|
|
|
- android:inputType="textPassword"
|
|
|
- android:layout_margin="@dimen/standard_margin">
|
|
|
- </EditText>
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/share_password"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:ems="10"
|
|
|
+ android:inputType="textPassword"
|
|
|
+ android:layout_margin="@dimen/standard_margin">
|
|
|
+ </EditText>
|
|
|
+
|
|
|
+ </android.support.design.widget.TextInputLayout>
|
|
|
|
|
|
</LinearLayout>
|