mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Skip textview added and onclick implemented
This commit is contained in:
parent
35f05be8df
commit
6e9331b892
3 changed files with 19 additions and 0 deletions
|
|
@ -207,6 +207,16 @@
|
|||
android:layout_marginBottom="@dimen/standard_gap"
|
||||
android:text="@string/forgot_password" />
|
||||
|
||||
<fr.free.nrw.commons.ui.widget.HtmlTextView
|
||||
android:visibility="visible"
|
||||
android:id="@+id/skipLogin"
|
||||
android:layout_width="match_parent"
|
||||
android:gravity="center_horizontal"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/forgotPassword"
|
||||
android:layout_marginBottom="@dimen/standard_gap"
|
||||
android:text="@string/skip_login" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</android.support.v7.widget.CardView>
|
||||
|
|
|
|||
|
|
@ -270,4 +270,5 @@
|
|||
<string name="about_translate_proceed">Proceed</string>
|
||||
<string name="about_translate_cancel">Cancel</string>
|
||||
<string name="retry">Retry</string>
|
||||
<string name="skip_login">Skip </string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue