mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 14:43:09 +01:00
Add capability to request username creation during registration.
This commit is contained in:
committed by
Greyson Parrelli
parent
7e45fc4a3e
commit
977af2c2f3
16
app/src/main/res/layout/progress_card.xml
Normal file
16
app/src/main/res/layout/progress_card.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:parentTag="com.google.android.material.card.MaterialCardView"
|
||||
tools:visibility="visible">
|
||||
|
||||
<com.google.android.material.progressindicator.CircularProgressIndicator
|
||||
android:id="@+id/progress_card_child"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_margin="24dp"
|
||||
android:indeterminate="true"
|
||||
app:indicatorColor="@color/signal_colorPrimary" />
|
||||
</merge>
|
||||
Reference in New Issue
Block a user