minor ui changes
This commit is contained in:
6
.idea/deploymentTargetDropDown.xml
generated
6
.idea/deploymentTargetDropDown.xml
generated
@@ -10,7 +10,7 @@
|
||||
<deviceKey>
|
||||
<Key>
|
||||
<type value="SERIAL_NUMBER" />
|
||||
<value value="RZCW41EJRPN" />
|
||||
<value value="ebd2741f" />
|
||||
</Key>
|
||||
</deviceKey>
|
||||
</Target>
|
||||
@@ -18,8 +18,8 @@
|
||||
<type value="RUNNING_DEVICE_TARGET" />
|
||||
<deviceKey>
|
||||
<Key>
|
||||
<type value="VIRTUAL_DEVICE_PATH" />
|
||||
<value value="$PROJECT_DIR$/../.android/avd/Small_Phone_API_34.avd" />
|
||||
<type value="SERIAL_NUMBER" />
|
||||
<value value="adb-RZCW41EJRPN-wiByj3._adb-tls-connect._tcp." />
|
||||
</Key>
|
||||
</deviceKey>
|
||||
</Target>
|
||||
|
||||
@@ -19,6 +19,7 @@ import com.woka.databinding.ActivityWebViewBinding
|
||||
import com.woka.utils.WEBSITE_BASE_URL
|
||||
import com.woka.utils.WokaBaseActivity
|
||||
import com.woka.utils.hide
|
||||
import com.woka.utils.lightStatusBar
|
||||
import com.woka.utils.show
|
||||
|
||||
class WebViewActivity : WokaBaseActivity() {
|
||||
@@ -42,6 +43,8 @@ class WebViewActivity : WokaBaseActivity() {
|
||||
insets
|
||||
}
|
||||
|
||||
window.lightStatusBar()
|
||||
|
||||
setSupportActionBar(binding.toolbar)
|
||||
supportActionBar?.setDisplayHomeAsUpEnabled(true)
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<LinearLayout android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="60dp"
|
||||
android:layout_height="@dimen/_47sdp"
|
||||
android:background="@android:color/transparent"
|
||||
android:orientation="horizontal"
|
||||
android:paddingHorizontal="15dp"
|
||||
|
||||
Reference in New Issue
Block a user