Skip to content

Commit

Permalink
Fixed fragment_create_message.| #1870
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Jun 28, 2022
1 parent 92bd6b4 commit 3ed7749
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions FlowCrypt/src/main/res/layout/fragment_create_message.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,17 +215,16 @@

</FrameLayout>

<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/btnSetWebPortalPassword"
style="@style/AppWidget.Button.Big.Orange"
android:layout_width="match_parent"
android:layout_height="@dimen/default_button_height_small"
android:layout_gravity="center"
android:drawableStart="@drawable/ic_password_not_protected_white_24"
android:drawablePadding="@dimen/default_margin_small"
android:text="@string/tap_to_protect_with_web_portal_password"
android:textAllCaps="false"
android:visibility="gone" />
android:visibility="visible"
app:icon="@drawable/ic_password_not_protected_white_24" />

<com.google.android.material.textfield.TextInputLayout
style="@style/AppWidget.TextInputLayout.GreyBottomLine"
Expand Down

0 comments on commit 3ed7749

Please sign in to comment.