mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 17:27:45 +00:00
Merge branch 'master' of https://github.com/loki-project/loki-messenger-android
This commit is contained in:
commit
e2fe979cc1
@ -3,84 +3,59 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@color/white"
|
android:background="@color/white"
|
||||||
android:fillViewport="true"
|
android:fillViewport="true"
|
||||||
tools:context=".AccountDetailsActivity">
|
tools:context=".loki.AccountDetailsActivity">
|
||||||
|
|
||||||
<RelativeLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginStart="32dp"
|
||||||
|
android:layout_marginEnd="32dp"
|
||||||
|
android:orientation="vertical">
|
||||||
|
|
||||||
<LinearLayout
|
<TextView
|
||||||
android:id="@+id/header"
|
android:id="@+id/titleTextView"
|
||||||
|
style="@style/Signal.Text.Headline.Registration"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="40dp"
|
android:layout_marginTop="40dp"
|
||||||
android:layout_marginStart="32dp"
|
android:text="@string/activity_account_details_title"
|
||||||
android:layout_marginEnd="32dp"
|
android:textAlignment="center" />
|
||||||
android:layout_alignParentTop="true"
|
|
||||||
android:orientation="vertical">
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/titleTextView"
|
android:id="@+id/subtitleTextView"
|
||||||
style="@style/Signal.Text.Headline.Registration"
|
style="@style/Signal.Text.Body"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center"
|
android:layout_marginTop="16dp"
|
||||||
android:gravity="center"
|
android:text="@string/activity_account_details_subtitle"
|
||||||
android:paddingBottom="16dp"
|
android:textAlignment="center" />
|
||||||
android:text="@string/activity_account_details_title" />
|
|
||||||
|
<org.thoughtcrime.securesms.components.LabeledEditText
|
||||||
<TextView
|
android:id="@+id/nameEditText"
|
||||||
android:id="@+id/subtitleTextView"
|
android:layout_width="match_parent"
|
||||||
style="@style/Signal.Text.Body"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:gravity="center"
|
|
||||||
android:text="@string/activity_account_details_subtitle" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:id="@+id/container"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@id/header"
|
|
||||||
android:layout_marginStart="32dp"
|
|
||||||
android:layout_marginTop="32dp"
|
android:layout_marginTop="32dp"
|
||||||
android:layout_marginEnd="32dp"
|
app:labeledEditText_background="@color/white"
|
||||||
android:animateLayoutChanges="true"
|
app:labeledEditText_label="Display Name (Optional)"/>
|
||||||
android:orientation="vertical"
|
|
||||||
android:paddingBottom="0dp"
|
|
||||||
android:clipToPadding="false"
|
|
||||||
android:clipChildren="false"
|
|
||||||
tools:visibility="gone">
|
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.components.LabeledEditText
|
<com.dd.CircularProgressButton
|
||||||
android:id="@+id/nameEditText"
|
android:id="@+id/nextButton"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="50dp"
|
||||||
app:labeledEditText_background="@color/white"
|
android:layout_marginTop="20dp"
|
||||||
app:labeledEditText_label="Display Name (Optional)"/>
|
android:layout_gravity="center_horizontal"
|
||||||
|
android:background="@color/signal_primary"
|
||||||
|
android:textColor="@color/white"
|
||||||
|
app:cpb_colorIndicator="@color/white"
|
||||||
|
app:cpb_colorProgress="@color/textsecure_primary"
|
||||||
|
app:cpb_cornerRadius="4dp"
|
||||||
|
app:cpb_selectorIdle="@drawable/progress_button_state"
|
||||||
|
app:cpb_textIdle="@string/activity_account_details_button_title" />
|
||||||
|
|
||||||
<com.dd.CircularProgressButton
|
</LinearLayout>
|
||||||
android:id="@+id/nextButton"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="50dp"
|
|
||||||
android:layout_gravity="center_horizontal"
|
|
||||||
android:layout_marginTop="20dp"
|
|
||||||
android:background="@color/signal_primary"
|
|
||||||
android:textColor="@color/white"
|
|
||||||
app:cpb_colorIndicator="@color/white"
|
|
||||||
app:cpb_colorProgress="@color/textsecure_primary"
|
|
||||||
app:cpb_cornerRadius="4dp"
|
|
||||||
app:cpb_selectorIdle="@drawable/progress_button_state"
|
|
||||||
app:cpb_textIdle="@string/activity_account_details_button_title" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
</RelativeLayout>
|
|
||||||
|
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user