initial push of android app and bt server. these are used to make a remote usable via phone
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2016 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportHeight="24.0"
|
||||
android:viewportWidth="24.0">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M20,11L7.8,11l5.6,-5.6L12,4l-8,8l8,8l1.4,-1.4L7.8,13L20,13L20,11z"/>
|
||||
</vector>
|
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<declare-styleable name="AnimatedStateListDrawableCompat">
|
||||
|
||||
<attr name="android:visible"/>
|
||||
|
||||
<attr name="android:variablePadding"/>
|
||||
|
||||
<attr name="android:constantSize"/>
|
||||
|
||||
<attr name="android:dither"/>
|
||||
|
||||
<attr name="android:enterFadeDuration"/>
|
||||
|
||||
<attr name="android:exitFadeDuration"/>
|
||||
|
||||
|
||||
</declare-styleable>
|
||||
<declare-styleable name="AnimatedStateListDrawableItem">
|
||||
|
||||
<attr name="android:drawable"/>
|
||||
|
||||
<attr name="android:id"/>
|
||||
</declare-styleable>
|
||||
<declare-styleable name="AnimatedStateListDrawableTransition">
|
||||
|
||||
<attr name="android:fromId"/>
|
||||
|
||||
<attr name="android:toId"/>
|
||||
|
||||
<attr name="android:drawable"/>
|
||||
|
||||
<attr name="android:reversible"/>
|
||||
</declare-styleable>
|
||||
<declare-styleable name="StateListDrawable">
|
||||
|
||||
<attr name="android:visible"/>
|
||||
|
||||
<attr name="android:variablePadding"/>
|
||||
|
||||
<attr name="android:constantSize"/>
|
||||
|
||||
<attr name="android:dither"/>
|
||||
|
||||
<attr name="android:enterFadeDuration"/>
|
||||
|
||||
<attr name="android:exitFadeDuration"/>
|
||||
|
||||
|
||||
</declare-styleable>
|
||||
<declare-styleable name="StateListDrawableItem">
|
||||
|
||||
<attr name="android:drawable"/>
|
||||
</declare-styleable>
|
||||
</resources>
|
Reference in New Issue
Block a user