diff --git a/analytics/app/src/main/res/layout/fragment_main.xml b/analytics/app/src/main/res/layout/fragment_main.xml
index 662887f05..265769b25 100644
--- a/analytics/app/src/main/res/layout/fragment_main.xml
+++ b/analytics/app/src/main/res/layout/fragment_main.xml
@@ -12,7 +12,7 @@ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
-->
-
-
+
diff --git a/auth/app/src/main/res/layout/activity_generic_idp.xml b/auth/app/src/main/res/layout/activity_generic_idp.xml
index 8018d0712..eca0fa021 100644
--- a/auth/app/src/main/res/layout/activity_generic_idp.xml
+++ b/auth/app/src/main/res/layout/activity_generic_idp.xml
@@ -1,5 +1,6 @@
-
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent" />
+ android:text="@string/generic_title_text"
+ android:theme="@style/ThemeOverlay.MyTitleText"
+ app:layout_constraintEnd_toEndOf="@+id/icon"
+ app:layout_constraintStart_toStartOf="@+id/icon"
+ app:layout_constraintTop_toBottomOf="@+id/icon" />
+ android:layout_marginTop="16dp"
+ android:text="@string/signed_out"
+ app:layout_constraintEnd_toEndOf="@+id/titleText"
+ app:layout_constraintStart_toStartOf="@+id/titleText"
+ app:layout_constraintTop_toBottomOf="@+id/titleText" />
-
-
-
+ android:layout_marginTop="16dp"
+ android:text="@string/generic_label_provider"
+ android:textSize="16sp"
+ android:textStyle="bold"
+ app:layout_constraintStart_toStartOf="@+id/detail"
+ app:layout_constraintTop_toBottomOf="@+id/detail" />
-
+
-
+
-
+