Skip to content

Commit d83ad91

Browse files
committed
editing in process
1 parent f9910d1 commit d83ad91

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+187
-212
lines changed
200 KB
Loading

app/src/main/java/com/example/firebase01/GoogleSignInActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ private void updateUI(FirebaseUser user) {
193193
mDetailTextView.setText(null);
194194

195195
findViewById(R.id.signInButton).setVisibility(View.VISIBLE);
196+
findViewById(R.id.disconnectButton).setVisibility(View.GONE);
196197
findViewById(R.id.signOutButton).setVisibility(View.GONE);
197198
findViewById(R.id.button6).setVisibility(View.GONE);
198199
findViewById(R.id.button7).setVisibility(View.GONE);
482 KB
Loading
33.2 KB
Loading
136 KB
Loading
48.5 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
3+
4+
<gradient android:startColor="#2AF598" android:endColor="#009efd" android:type="linear"/>
5+
6+
<corners android:radius="50dp"/>
7+
8+
9+
</shape>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
3+
4+
<stroke android:color="#FA71CD" android:width="1dp"/>
5+
6+
<corners android:radius="5dp"/>
7+
8+
</shape>

app/src/main/res/drawable/ic_launcher_background.xml

Lines changed: 71 additions & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -4,167 +4,75 @@
44
android:height="108dp"
55
android:viewportWidth="108"
66
android:viewportHeight="108">
7-
<path
8-
android:fillColor="#3DDC84"
9-
android:pathData="M0,0h108v108h-108z" />
10-
<path
11-
android:fillColor="#00000000"
12-
android:pathData="M9,0L9,108"
13-
android:strokeWidth="0.8"
14-
android:strokeColor="#33FFFFFF" />
15-
<path
16-
android:fillColor="#00000000"
17-
android:pathData="M19,0L19,108"
18-
android:strokeWidth="0.8"
19-
android:strokeColor="#33FFFFFF" />
20-
<path
21-
android:fillColor="#00000000"
22-
android:pathData="M29,0L29,108"
23-
android:strokeWidth="0.8"
24-
android:strokeColor="#33FFFFFF" />
25-
<path
26-
android:fillColor="#00000000"
27-
android:pathData="M39,0L39,108"
28-
android:strokeWidth="0.8"
29-
android:strokeColor="#33FFFFFF" />
30-
<path
31-
android:fillColor="#00000000"
32-
android:pathData="M49,0L49,108"
33-
android:strokeWidth="0.8"
34-
android:strokeColor="#33FFFFFF" />
35-
<path
36-
android:fillColor="#00000000"
37-
android:pathData="M59,0L59,108"
38-
android:strokeWidth="0.8"
39-
android:strokeColor="#33FFFFFF" />
40-
<path
41-
android:fillColor="#00000000"
42-
android:pathData="M69,0L69,108"
43-
android:strokeWidth="0.8"
44-
android:strokeColor="#33FFFFFF" />
45-
<path
46-
android:fillColor="#00000000"
47-
android:pathData="M79,0L79,108"
48-
android:strokeWidth="0.8"
49-
android:strokeColor="#33FFFFFF" />
50-
<path
51-
android:fillColor="#00000000"
52-
android:pathData="M89,0L89,108"
53-
android:strokeWidth="0.8"
54-
android:strokeColor="#33FFFFFF" />
55-
<path
56-
android:fillColor="#00000000"
57-
android:pathData="M99,0L99,108"
58-
android:strokeWidth="0.8"
59-
android:strokeColor="#33FFFFFF" />
60-
<path
61-
android:fillColor="#00000000"
62-
android:pathData="M0,9L108,9"
63-
android:strokeWidth="0.8"
64-
android:strokeColor="#33FFFFFF" />
65-
<path
66-
android:fillColor="#00000000"
67-
android:pathData="M0,19L108,19"
68-
android:strokeWidth="0.8"
69-
android:strokeColor="#33FFFFFF" />
70-
<path
71-
android:fillColor="#00000000"
72-
android:pathData="M0,29L108,29"
73-
android:strokeWidth="0.8"
74-
android:strokeColor="#33FFFFFF" />
75-
<path
76-
android:fillColor="#00000000"
77-
android:pathData="M0,39L108,39"
78-
android:strokeWidth="0.8"
79-
android:strokeColor="#33FFFFFF" />
80-
<path
81-
android:fillColor="#00000000"
82-
android:pathData="M0,49L108,49"
83-
android:strokeWidth="0.8"
84-
android:strokeColor="#33FFFFFF" />
85-
<path
86-
android:fillColor="#00000000"
87-
android:pathData="M0,59L108,59"
88-
android:strokeWidth="0.8"
89-
android:strokeColor="#33FFFFFF" />
90-
<path
91-
android:fillColor="#00000000"
92-
android:pathData="M0,69L108,69"
93-
android:strokeWidth="0.8"
94-
android:strokeColor="#33FFFFFF" />
95-
<path
96-
android:fillColor="#00000000"
97-
android:pathData="M0,79L108,79"
98-
android:strokeWidth="0.8"
99-
android:strokeColor="#33FFFFFF" />
100-
<path
101-
android:fillColor="#00000000"
102-
android:pathData="M0,89L108,89"
103-
android:strokeWidth="0.8"
104-
android:strokeColor="#33FFFFFF" />
105-
<path
106-
android:fillColor="#00000000"
107-
android:pathData="M0,99L108,99"
108-
android:strokeWidth="0.8"
109-
android:strokeColor="#33FFFFFF" />
110-
<path
111-
android:fillColor="#00000000"
112-
android:pathData="M19,29L89,29"
113-
android:strokeWidth="0.8"
114-
android:strokeColor="#33FFFFFF" />
115-
<path
116-
android:fillColor="#00000000"
117-
android:pathData="M19,39L89,39"
118-
android:strokeWidth="0.8"
119-
android:strokeColor="#33FFFFFF" />
120-
<path
121-
android:fillColor="#00000000"
122-
android:pathData="M19,49L89,49"
123-
android:strokeWidth="0.8"
124-
android:strokeColor="#33FFFFFF" />
125-
<path
126-
android:fillColor="#00000000"
127-
android:pathData="M19,59L89,59"
128-
android:strokeWidth="0.8"
129-
android:strokeColor="#33FFFFFF" />
130-
<path
131-
android:fillColor="#00000000"
132-
android:pathData="M19,69L89,69"
133-
android:strokeWidth="0.8"
134-
android:strokeColor="#33FFFFFF" />
135-
<path
136-
android:fillColor="#00000000"
137-
android:pathData="M19,79L89,79"
138-
android:strokeWidth="0.8"
139-
android:strokeColor="#33FFFFFF" />
140-
<path
141-
android:fillColor="#00000000"
142-
android:pathData="M29,19L29,89"
143-
android:strokeWidth="0.8"
144-
android:strokeColor="#33FFFFFF" />
145-
<path
146-
android:fillColor="#00000000"
147-
android:pathData="M39,19L39,89"
148-
android:strokeWidth="0.8"
149-
android:strokeColor="#33FFFFFF" />
150-
<path
151-
android:fillColor="#00000000"
152-
android:pathData="M49,19L49,89"
153-
android:strokeWidth="0.8"
154-
android:strokeColor="#33FFFFFF" />
155-
<path
156-
android:fillColor="#00000000"
157-
android:pathData="M59,19L59,89"
158-
android:strokeWidth="0.8"
159-
android:strokeColor="#33FFFFFF" />
160-
<path
161-
android:fillColor="#00000000"
162-
android:pathData="M69,19L69,89"
163-
android:strokeWidth="0.8"
164-
android:strokeColor="#33FFFFFF" />
165-
<path
166-
android:fillColor="#00000000"
167-
android:pathData="M79,19L79,89"
168-
android:strokeWidth="0.8"
169-
android:strokeColor="#33FFFFFF" />
7+
<group android:scaleX="0.01"
8+
android:scaleY="0.01"
9+
android:translateX="53.46"
10+
android:translateY="53.46">
11+
<path android:fillColor="#3DDC84"
12+
android:pathData="M0,0h108v108h-108z"/>
13+
<path android:fillColor="#00000000" android:pathData="M9,0L9,108"
14+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
15+
<path android:fillColor="#00000000" android:pathData="M19,0L19,108"
16+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
17+
<path android:fillColor="#00000000" android:pathData="M29,0L29,108"
18+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
19+
<path android:fillColor="#00000000" android:pathData="M39,0L39,108"
20+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
21+
<path android:fillColor="#00000000" android:pathData="M49,0L49,108"
22+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
23+
<path android:fillColor="#00000000" android:pathData="M59,0L59,108"
24+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
25+
<path android:fillColor="#00000000" android:pathData="M69,0L69,108"
26+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
27+
<path android:fillColor="#00000000" android:pathData="M79,0L79,108"
28+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
29+
<path android:fillColor="#00000000" android:pathData="M89,0L89,108"
30+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
31+
<path android:fillColor="#00000000" android:pathData="M99,0L99,108"
32+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
33+
<path android:fillColor="#00000000" android:pathData="M0,9L108,9"
34+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
35+
<path android:fillColor="#00000000" android:pathData="M0,19L108,19"
36+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
37+
<path android:fillColor="#00000000" android:pathData="M0,29L108,29"
38+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
39+
<path android:fillColor="#00000000" android:pathData="M0,39L108,39"
40+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
41+
<path android:fillColor="#00000000" android:pathData="M0,49L108,49"
42+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
43+
<path android:fillColor="#00000000" android:pathData="M0,59L108,59"
44+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
45+
<path android:fillColor="#00000000" android:pathData="M0,69L108,69"
46+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
47+
<path android:fillColor="#00000000" android:pathData="M0,79L108,79"
48+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
49+
<path android:fillColor="#00000000" android:pathData="M0,89L108,89"
50+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
51+
<path android:fillColor="#00000000" android:pathData="M0,99L108,99"
52+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
53+
<path android:fillColor="#00000000" android:pathData="M19,29L89,29"
54+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
55+
<path android:fillColor="#00000000" android:pathData="M19,39L89,39"
56+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
57+
<path android:fillColor="#00000000" android:pathData="M19,49L89,49"
58+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
59+
<path android:fillColor="#00000000" android:pathData="M19,59L89,59"
60+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
61+
<path android:fillColor="#00000000" android:pathData="M19,69L89,69"
62+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
63+
<path android:fillColor="#00000000" android:pathData="M19,79L89,79"
64+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
65+
<path android:fillColor="#00000000" android:pathData="M29,19L29,89"
66+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
67+
<path android:fillColor="#00000000" android:pathData="M39,19L39,89"
68+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
69+
<path android:fillColor="#00000000" android:pathData="M49,19L49,89"
70+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
71+
<path android:fillColor="#00000000" android:pathData="M59,19L59,89"
72+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
73+
<path android:fillColor="#00000000" android:pathData="M69,19L69,89"
74+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
75+
<path android:fillColor="#00000000" android:pathData="M79,19L79,89"
76+
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
77+
</group>
17078
</vector>
96.9 KB
Loading

0 commit comments

Comments
 (0)