diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-05-23 20:12:44 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-05-23 20:12:44 +0000 |
commit | 18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef (patch) | |
tree | 3a94bfce62d7b6b67c8acb87080e001dfce0655c /app/src/main/res/layout | |
parent | 5d050204e7f533958215004c0cdf24ec664c8437 (diff) | |
download | infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.tar infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.tar.gz infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.tar.bz2 infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.tar.lz infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.tar.xz infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.tar.zst infinity-for-reddit-18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef.zip |
Bare bone login using Chrome custom tab.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/activity_login_chrome_custom_tab.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_login_chrome_custom_tab.xml b/app/src/main/res/layout/activity_login_chrome_custom_tab.xml new file mode 100644 index 00000000..534433ff --- /dev/null +++ b/app/src/main/res/layout/activity_login_chrome_custom_tab.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<androidx.constraintlayout.widget.ConstraintLayout 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" + android:id="@+id/main" + android:layout_width="match_parent" + android:layout_height="match_parent" + tools:context=".activities.LoginChromeCustomTabActivity"> + +</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file |