annotate gara/android/firebase-cloud-messaging/app/src/main/res/layout/activity_main.xml @ 50:983769fba767

Updated so that fzf works out of the box.
author June Park <me@mrjunejune.com>
date Tue, 16 Dec 2025 21:01:45 -0500
parents 829623189a57
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
47
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
2 <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
3 xmlns:app="http://schemas.android.com/apk/res-auto"
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
4 xmlns:tools="http://schemas.android.com/tools"
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
5 android:layout_width="match_parent"
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
6 android:layout_height="match_parent"
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
7 tools:context="com.example.myapplication.MainActivity">
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
8
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
9 <TextView
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
10 android:layout_width="wrap_content"
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
11 android:layout_height="wrap_content"
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
12 android:text="Hello World!"
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
13 app:layout_constraintBottom_toBottomOf="parent"
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
14 app:layout_constraintLeft_toLeftOf="parent"
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
15 app:layout_constraintRight_toRightOf="parent"
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
16 app:layout_constraintTop_toTopOf="parent" />
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
17
829623189a57 [Gara] Android commit. Bazelfied it.
MrJuneJune <me@mrjunejune.com>
parents:
diff changeset
18 </android.support.constraint.ConstraintLayout>