Skip to content

Commit 37c1c74

Browse files
committed
updated update pin screen, setting ui, and hope page elements
1 parent 098c3dd commit 37c1c74

File tree

4 files changed

+485
-233
lines changed

4 files changed

+485
-233
lines changed

app/src/main/assets/index.html

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@
4141
display: flex;
4242
align-items: center;
4343
justify-content: center;
44-
color: white;
45-
font-size: 24px;
46-
font-weight: bold;
4744
backdrop-filter: blur(10px);
45+
overflow: hidden;
46+
}
47+
48+
.logo-icon img {
49+
width: 100%;
50+
height: 100%;
51+
object-fit: contain;
4852
}
4953

5054
.logo-text {
@@ -75,9 +79,16 @@
7579
align-items: center;
7680
justify-content: center;
7781
cursor: pointer;
78-
font-size: 22px;
7982
backdrop-filter: blur(10px);
8083
transition: all 0.2s ease;
84+
padding: 8px;
85+
overflow: hidden;
86+
}
87+
88+
.settings-btn img {
89+
width: 100%;
90+
height: 100%;
91+
object-fit: contain;
8192
}
8293

8394
.settings-btn:active {
@@ -250,13 +261,17 @@
250261
<body>
251262
<div class="header">
252263
<div class="logo-section">
253-
<div class="logo-icon">🛡️</div>
264+
<div class="logo-icon">
265+
<img src="file:///android_res/drawable/logo.png" alt="Privacy First Logo">
266+
</div>
254267
<div class="logo-text">
255268
<div class="logo-title">PRIVACY FIRST</div>
256269
<div class="logo-subtitle">Welcome, Nimit</div>
257270
</div>
258271
</div>
259-
<button class="settings-btn" onclick="openSettings()">⚙️</button>
272+
<button class="settings-btn" onclick="openSettings()">
273+
<img src="file:///android_res/drawable/settings.png" alt="Settings">
274+
</button>
260275
</div>
261276

262277
<div class="content">

0 commit comments

Comments
 (0)