OSDN Git Service

背景色を黒にする。
authorMRSa <mrsa@myad.jp>
Wed, 5 Apr 2023 13:52:36 +0000 (22:52 +0900)
committerMRSa <mrsa@myad.jp>
Wed, 5 Apr 2023 13:52:36 +0000 (22:52 +0900)
.idea/deploymentTargetDropDown.xml [deleted file]
wear/src/main/res/layout/activity_main.xml

diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml
deleted file mode 100644 (file)
index ae95049..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="deploymentTargetDropDown">
-    <runningDeviceTargetSelectedWithDropDown>
-      <Target>
-        <type value="RUNNING_DEVICE_TARGET" />
-        <deviceKey>
-          <Key>
-            <type value="SERIAL_NUMBER" />
-            <value value="192.168.19.12:36915" />
-          </Key>
-        </deviceKey>
-      </Target>
-    </runningDeviceTargetSelectedWithDropDown>
-    <timeTargetWasSelectedWithDropDown value="2023-04-05T03:29:39.924747800Z" />
-  </component>
-</project>
\ No newline at end of file
index 22a5056..bb501a1 100644 (file)
@@ -6,6 +6,7 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:padding="@dimen/box_inset_layout_padding"
+    android:background="@color/black"
     android:scrollbars="vertical"
     tools:context=".MainActivity"
     tools:deviceIds="wear">