Commit fcc065b341838e0af3ff977c75eaf482db7bddf0
1 parent
5771a8b6
1 修改项目资源,去除与主项目冲突
Showing
178 changed files
with
142 additions
and
183 deletions
app/src/main/res/layout/dialog_select.xml
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | android:id="@+id/ll_child" | 9 | android:id="@+id/ll_child" |
| 10 | android:layout_width="match_parent" | 10 | android:layout_width="match_parent" |
| 11 | android:layout_height="wrap_content" | 11 | android:layout_height="wrap_content" |
| 12 | - android:background="@drawable/free_dialog_bg" | 12 | + android:background="@drawable/free_xiaojia_dialog_bg" |
| 13 | android:orientation="vertical" | 13 | android:orientation="vertical" |
| 14 | android:paddingTop="10dp" | 14 | android:paddingTop="10dp" |
| 15 | > | 15 | > |
| @@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
| 51 | android:layout_width="match_parent" | 51 | android:layout_width="match_parent" |
| 52 | android:layout_height="match_parent" | 52 | android:layout_height="match_parent" |
| 53 | android:layout_gravity="center" | 53 | android:layout_gravity="center" |
| 54 | - android:background="@drawable/selector_dialog_btn_left" | 54 | + android:background="@drawable/selector_xiaojia_dialog_btn_left" |
| 55 | android:text="否" | 55 | android:text="否" |
| 56 | android:textColor="@color/black" | 56 | android:textColor="@color/black" |
| 57 | android:textSize="15sp" | 57 | android:textSize="15sp" |
| @@ -75,7 +75,7 @@ | @@ -75,7 +75,7 @@ | ||
| 75 | android:layout_width="match_parent" | 75 | android:layout_width="match_parent" |
| 76 | android:layout_height="match_parent" | 76 | android:layout_height="match_parent" |
| 77 | android:layout_gravity="center" | 77 | android:layout_gravity="center" |
| 78 | - android:background="@drawable/selector_dialog_btn_right" | 78 | + android:background="@drawable/selector_xiaojia_dialog_btn_right" |
| 79 | android:text="否" | 79 | android:text="否" |
| 80 | android:textColor="@color/black" | 80 | android:textColor="@color/black" |
| 81 | android:textSize="15sp" | 81 | android:textSize="15sp" |
config.gradle
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/frame/view/SelectIMFriendView.java
| @@ -329,7 +329,7 @@ public class SelectIMFriendView implements MvpView, LetterBarView.OnLetterSelect | @@ -329,7 +329,7 @@ public class SelectIMFriendView implements MvpView, LetterBarView.OnLetterSelect | ||
| 329 | */ | 329 | */ |
| 330 | public void nextBtnCanNotClick() { | 330 | public void nextBtnCanNotClick() { |
| 331 | fragment.binding.btnNext.setEnabled(false); | 331 | fragment.binding.btnNext.setEnabled(false); |
| 332 | - fragment.binding.btnNext.setBackground(ContextCompat.getDrawable(getContext(), R.drawable.selector_btn_gray)); | 332 | + fragment.binding.btnNext.setBackground(ContextCompat.getDrawable(getContext(), R.drawable.selector_xiaojia_btn_gray)); |
| 333 | } | 333 | } |
| 334 | 334 | ||
| 335 | /** | 335 | /** |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/frame/view/SetFriendsRoleView.java
| @@ -2,14 +2,12 @@ package com.cnlive.strike.xiaojiaspeaker.frame.view; | @@ -2,14 +2,12 @@ package com.cnlive.strike.xiaojiaspeaker.frame.view; | ||
| 2 | 2 | ||
| 3 | import android.app.Activity; | 3 | import android.app.Activity; |
| 4 | import android.support.v4.content.ContextCompat; | 4 | import android.support.v4.content.ContextCompat; |
| 5 | -import android.support.v7.widget.GridLayoutManager; | ||
| 6 | import android.support.v7.widget.LinearLayoutManager; | 5 | import android.support.v7.widget.LinearLayoutManager; |
| 7 | import android.text.TextUtils; | 6 | import android.text.TextUtils; |
| 8 | import android.view.View; | 7 | import android.view.View; |
| 9 | 8 | ||
| 10 | import com.cnlive.libs.base.util.AlertUtil; | 9 | import com.cnlive.libs.base.util.AlertUtil; |
| 11 | import com.cnlive.strike.xiaojiaspeaker.R; | 10 | import com.cnlive.strike.xiaojiaspeaker.R; |
| 12 | -import com.cnlive.strike.xiaojiaspeaker.frame.presenter.SetFriendsRolePresenter; | ||
| 13 | import com.cnlive.strike.xiaojiaspeaker.model.RoleInfo; | 11 | import com.cnlive.strike.xiaojiaspeaker.model.RoleInfo; |
| 14 | import com.cnlive.strike.xiaojiaspeaker.netWork.bean.RoleNetBean; | 12 | import com.cnlive.strike.xiaojiaspeaker.netWork.bean.RoleNetBean; |
| 15 | import com.cnlive.strike.xiaojiaspeaker.ui.adapter.SetRoleAdapter; | 13 | import com.cnlive.strike.xiaojiaspeaker.ui.adapter.SetRoleAdapter; |
| @@ -169,6 +167,6 @@ public class SetFriendsRoleView implements MvpView { | @@ -169,6 +167,6 @@ public class SetFriendsRoleView implements MvpView { | ||
| 169 | */ | 167 | */ |
| 170 | public void nextBtnCanNotClick() { | 168 | public void nextBtnCanNotClick() { |
| 171 | fragment.binding.btnNext.setEnabled(false); | 169 | fragment.binding.btnNext.setEnabled(false); |
| 172 | - fragment.binding.btnNext.setBackground(ContextCompat.getDrawable(getContext(), R.drawable.selector_btn_gray)); | 170 | + fragment.binding.btnNext.setBackground(ContextCompat.getDrawable(getContext(), R.drawable.selector_xiaojia_btn_gray)); |
| 173 | } | 171 | } |
| 174 | } | 172 | } |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/frame/view/UserManagerView.java
| @@ -16,7 +16,6 @@ import com.cnlive.strike.xiaojiaspeaker.frame.presenter.UserManagerPresenter; | @@ -16,7 +16,6 @@ import com.cnlive.strike.xiaojiaspeaker.frame.presenter.UserManagerPresenter; | ||
| 16 | import com.cnlive.strike.xiaojiaspeaker.model.RoleInfo; | 16 | import com.cnlive.strike.xiaojiaspeaker.model.RoleInfo; |
| 17 | import com.cnlive.strike.xiaojiaspeaker.netWork.bean.FamilyRoleBean; | 17 | import com.cnlive.strike.xiaojiaspeaker.netWork.bean.FamilyRoleBean; |
| 18 | import com.cnlive.strike.xiaojiaspeaker.netWork.bean.RoleNetBean; | 18 | import com.cnlive.strike.xiaojiaspeaker.netWork.bean.RoleNetBean; |
| 19 | -import com.cnlive.strike.xiaojiaspeaker.ui.activity.BlueToothStep1Activity; | ||
| 20 | import com.cnlive.strike.xiaojiaspeaker.ui.activity.InvitFriendActivity; | 19 | import com.cnlive.strike.xiaojiaspeaker.ui.activity.InvitFriendActivity; |
| 21 | import com.cnlive.strike.xiaojiaspeaker.ui.activity.SelectIMFriendActivity; | 20 | import com.cnlive.strike.xiaojiaspeaker.ui.activity.SelectIMFriendActivity; |
| 22 | import com.cnlive.strike.xiaojiaspeaker.ui.adapter.UserManagerAdapter; | 21 | import com.cnlive.strike.xiaojiaspeaker.ui.adapter.UserManagerAdapter; |
| @@ -25,7 +24,6 @@ import com.cnlive.strike.xiaojiaspeaker.ui.widget.EditRoleDialog; | @@ -25,7 +24,6 @@ import com.cnlive.strike.xiaojiaspeaker.ui.widget.EditRoleDialog; | ||
| 25 | import com.cnlive.strike.xiaojiaspeaker.ui.widget.SelectDialog; | 24 | import com.cnlive.strike.xiaojiaspeaker.ui.widget.SelectDialog; |
| 26 | import com.cnlive.strike.xiaojiaspeaker.ui.widget.popmenu.PopMenu; | 25 | import com.cnlive.strike.xiaojiaspeaker.ui.widget.popmenu.PopMenu; |
| 27 | import com.cnlive.strike.xiaojiaspeaker.ui.widget.popmenu.PopMenuInfo; | 26 | import com.cnlive.strike.xiaojiaspeaker.ui.widget.popmenu.PopMenuInfo; |
| 28 | -import com.cnlive.strike.xiaojiaspeaker.util.GsonUtil; | ||
| 29 | import com.hannesdorfmann.mosby3.mvp.MvpView; | 27 | import com.hannesdorfmann.mosby3.mvp.MvpView; |
| 30 | 28 | ||
| 31 | import java.util.ArrayList; | 29 | import java.util.ArrayList; |
| @@ -330,11 +328,11 @@ public class UserManagerView implements MvpView { | @@ -330,11 +328,11 @@ public class UserManagerView implements MvpView { | ||
| 330 | popMenuInfoList = new ArrayList<>(); | 328 | popMenuInfoList = new ArrayList<>(); |
| 331 | PopMenuInfo popMenuInfo = new PopMenuInfo(); | 329 | PopMenuInfo popMenuInfo = new PopMenuInfo(); |
| 332 | popMenuInfo.setTitle("邀请网家家好友"); | 330 | popMenuInfo.setTitle("邀请网家家好友"); |
| 333 | - popMenuInfo.setImgDrawable(R.drawable.icon_friend); | 331 | + popMenuInfo.setImgDrawable(R.drawable.icon_xiaojia_friend); |
| 334 | popMenuInfoList.add(popMenuInfo); | 332 | popMenuInfoList.add(popMenuInfo); |
| 335 | popMenuInfo = new PopMenuInfo(); | 333 | popMenuInfo = new PopMenuInfo(); |
| 336 | popMenuInfo.setTitle("生成二维码邀请"); | 334 | popMenuInfo.setTitle("生成二维码邀请"); |
| 337 | - popMenuInfo.setImgDrawable(R.drawable.icon_qrcode); | 335 | + popMenuInfo.setImgDrawable(R.drawable.icon_xiaojia_qrcode); |
| 338 | popMenuInfoList.add(popMenuInfo); | 336 | popMenuInfoList.add(popMenuInfo); |
| 339 | 337 | ||
| 340 | if (null == mPopMenu) { | 338 | if (null == mPopMenu) { |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/activity/BlueToothHelpActivity.java
| @@ -29,7 +29,7 @@ public class BlueToothHelpActivity extends AppCompatActivity { | @@ -29,7 +29,7 @@ public class BlueToothHelpActivity extends AppCompatActivity { | ||
| 29 | if (null != binding) { | 29 | if (null != binding) { |
| 30 | binding.topbar.setTitle("帮助").setTextColor(ContextCompat.getColor(this, R.color.color_282828)); | 30 | binding.topbar.setTitle("帮助").setTextColor(ContextCompat.getColor(this, R.color.color_282828)); |
| 31 | //设置返回按钮 | 31 | //设置返回按钮 |
| 32 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 32 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 33 | @Override | 33 | @Override |
| 34 | public void onClick(View view) { | 34 | public void onClick(View view) { |
| 35 | finish(); | 35 | finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/activity/BlueToothStep1Activity.java
| @@ -11,12 +11,10 @@ import android.view.View; | @@ -11,12 +11,10 @@ import android.view.View; | ||
| 11 | import com.cnlive.libs.base.util.StatusBarUtil; | 11 | import com.cnlive.libs.base.util.StatusBarUtil; |
| 12 | import com.cnlive.libs.base.util.StatusBarUtil2; | 12 | import com.cnlive.libs.base.util.StatusBarUtil2; |
| 13 | import com.cnlive.strike.xiaojiaspeaker.R; | 13 | import com.cnlive.strike.xiaojiaspeaker.R; |
| 14 | -import com.cnlive.strike.xiaojiaspeaker.commonInfo.XiaoJIaCommInfo; | ||
| 15 | import com.cnlive.strike.xiaojiaspeaker.databinding.ActivityBlueToothStep1Binding; | 14 | import com.cnlive.strike.xiaojiaspeaker.databinding.ActivityBlueToothStep1Binding; |
| 16 | import com.cnlive.strike.xiaojiaspeaker.model.message.EventMsg; | 15 | import com.cnlive.strike.xiaojiaspeaker.model.message.EventMsg; |
| 17 | import com.cnlive.strike.xiaojiaspeaker.util.EventBusUtil; | 16 | import com.cnlive.strike.xiaojiaspeaker.util.EventBusUtil; |
| 18 | 17 | ||
| 19 | -import org.greenrobot.eventbus.EventBus; | ||
| 20 | import org.greenrobot.eventbus.Subscribe; | 18 | import org.greenrobot.eventbus.Subscribe; |
| 21 | import org.greenrobot.eventbus.ThreadMode; | 19 | import org.greenrobot.eventbus.ThreadMode; |
| 22 | 20 | ||
| @@ -53,7 +51,7 @@ public class BlueToothStep1Activity extends AppCompatActivity { | @@ -53,7 +51,7 @@ public class BlueToothStep1Activity extends AppCompatActivity { | ||
| 53 | StatusBarUtil2.setColor(this, ContextCompat.getColor(this, R.color.white), 0); | 51 | StatusBarUtil2.setColor(this, ContextCompat.getColor(this, R.color.white), 0); |
| 54 | if (null != binding) { | 52 | if (null != binding) { |
| 55 | //设置返回按钮 | 53 | //设置返回按钮 |
| 56 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 54 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 57 | @Override | 55 | @Override |
| 58 | public void onClick(View view) { | 56 | public void onClick(View view) { |
| 59 | finish(); | 57 | finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/activity/BlueToothStep2Activity.java
| @@ -18,8 +18,6 @@ import android.support.v7.app.AppCompatActivity; | @@ -18,8 +18,6 @@ import android.support.v7.app.AppCompatActivity; | ||
| 18 | import android.os.Bundle; | 18 | import android.os.Bundle; |
| 19 | import android.util.Log; | 19 | import android.util.Log; |
| 20 | import android.view.View; | 20 | import android.view.View; |
| 21 | -import android.view.animation.Animation; | ||
| 22 | -import android.view.animation.AnimationUtils; | ||
| 23 | 21 | ||
| 24 | import com.clj.fastble.BleManager; | 22 | import com.clj.fastble.BleManager; |
| 25 | import com.cnlive.libs.base.util.StatusBarUtil; | 23 | import com.cnlive.libs.base.util.StatusBarUtil; |
| @@ -103,7 +101,7 @@ public class BlueToothStep2Activity extends AppCompatActivity { | @@ -103,7 +101,7 @@ public class BlueToothStep2Activity extends AppCompatActivity { | ||
| 103 | StatusBarUtil2.setColor(this, ContextCompat.getColor(this, R.color.white), 0); | 101 | StatusBarUtil2.setColor(this, ContextCompat.getColor(this, R.color.white), 0); |
| 104 | if (null != binding) { | 102 | if (null != binding) { |
| 105 | //设置返回按钮 | 103 | //设置返回按钮 |
| 106 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 104 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 107 | @Override | 105 | @Override |
| 108 | public void onClick(View view) { | 106 | public void onClick(View view) { |
| 109 | finish(); | 107 | finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/activity/ConnBluetoothSuccessActivity.java
| @@ -106,7 +106,7 @@ public class ConnBluetoothSuccessActivity extends AppCompatActivity { | @@ -106,7 +106,7 @@ public class ConnBluetoothSuccessActivity extends AppCompatActivity { | ||
| 106 | if (null != binding) { | 106 | if (null != binding) { |
| 107 | binding.topbar.setTitle("连接成功"); | 107 | binding.topbar.setTitle("连接成功"); |
| 108 | //设置返回按钮 | 108 | //设置返回按钮 |
| 109 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 109 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 110 | @Override | 110 | @Override |
| 111 | public void onClick(View view) { | 111 | public void onClick(View view) { |
| 112 | finish(); | 112 | finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/activity/DeviceInfoActivity.java
| @@ -45,7 +45,7 @@ public class DeviceInfoActivity extends AppCompatActivity { | @@ -45,7 +45,7 @@ public class DeviceInfoActivity extends AppCompatActivity { | ||
| 45 | if (null != binding) { | 45 | if (null != binding) { |
| 46 | binding.topbar.setTitle("设备信息"); | 46 | binding.topbar.setTitle("设备信息"); |
| 47 | //设置返回按钮 | 47 | //设置返回按钮 |
| 48 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 48 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 49 | @Override | 49 | @Override |
| 50 | public void onClick(View view) { | 50 | public void onClick(View view) { |
| 51 | finish(); | 51 | finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/activity/DeviceInstructionActivity.java
| @@ -34,7 +34,7 @@ public class DeviceInstructionActivity extends AppCompatActivity { | @@ -34,7 +34,7 @@ public class DeviceInstructionActivity extends AppCompatActivity { | ||
| 34 | if (null != binding) { | 34 | if (null != binding) { |
| 35 | binding.topbar.setTitle("设备说明"); | 35 | binding.topbar.setTitle("设备说明"); |
| 36 | //设置返回按钮 | 36 | //设置返回按钮 |
| 37 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 37 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 38 | @Override | 38 | @Override |
| 39 | public void onClick(View view) { | 39 | public void onClick(View view) { |
| 40 | finish(); | 40 | finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/activity/DeviceManagerActivity.java
| @@ -80,7 +80,7 @@ public class DeviceManagerActivity extends AppCompatActivity { | @@ -80,7 +80,7 @@ public class DeviceManagerActivity extends AppCompatActivity { | ||
| 80 | // if (null != binding) { | 80 | // if (null != binding) { |
| 81 | // binding.topbar.setTitle("设备管理"); | 81 | // binding.topbar.setTitle("设备管理"); |
| 82 | // //设置返回按钮 | 82 | // //设置返回按钮 |
| 83 | -// binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 83 | +// binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 84 | // @Override | 84 | // @Override |
| 85 | // public void onClick(View view) { | 85 | // public void onClick(View view) { |
| 86 | // finish(); | 86 | // finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/activity/RemoteControlActivity.java
| @@ -9,7 +9,6 @@ import android.support.v7.app.AppCompatActivity; | @@ -9,7 +9,6 @@ import android.support.v7.app.AppCompatActivity; | ||
| 9 | import android.os.Bundle; | 9 | import android.os.Bundle; |
| 10 | import android.util.Log; | 10 | import android.util.Log; |
| 11 | import android.view.View; | 11 | import android.view.View; |
| 12 | -import android.widget.CompoundButton; | ||
| 13 | 12 | ||
| 14 | import com.cnlive.libs.base.logic.Logic; | 13 | import com.cnlive.libs.base.logic.Logic; |
| 15 | import com.cnlive.libs.base.logic.callback.DataCallback; | 14 | import com.cnlive.libs.base.logic.callback.DataCallback; |
| @@ -24,7 +23,6 @@ import com.cnlive.strike.xiaojiaspeaker.databinding.ActivityRemoteControlBinding | @@ -24,7 +23,6 @@ import com.cnlive.strike.xiaojiaspeaker.databinding.ActivityRemoteControlBinding | ||
| 24 | import com.cnlive.strike.xiaojiaspeaker.netWork.ApiServiceXiaoJia; | 23 | import com.cnlive.strike.xiaojiaspeaker.netWork.ApiServiceXiaoJia; |
| 25 | import com.cnlive.strike.xiaojiaspeaker.netWork.bean.APIBaseInfo; | 24 | import com.cnlive.strike.xiaojiaspeaker.netWork.bean.APIBaseInfo; |
| 26 | import com.cnlive.strike.xiaojiaspeaker.netWork.bean.RemoteControlBean; | 25 | import com.cnlive.strike.xiaojiaspeaker.netWork.bean.RemoteControlBean; |
| 27 | -import com.cnlive.strike.xiaojiaspeaker.netWork.bean.RoleNetBean; | ||
| 28 | import com.cnlive.strike.xiaojiaspeaker.netWork.result.SubscriptionRequest; | 26 | import com.cnlive.strike.xiaojiaspeaker.netWork.result.SubscriptionRequest; |
| 29 | import com.cnlive.strike.xiaojiaspeaker.util.QMUITipDialogUtil; | 27 | import com.cnlive.strike.xiaojiaspeaker.util.QMUITipDialogUtil; |
| 30 | 28 | ||
| @@ -69,7 +67,7 @@ public class RemoteControlActivity extends AppCompatActivity { | @@ -69,7 +67,7 @@ public class RemoteControlActivity extends AppCompatActivity { | ||
| 69 | if (null != binding) { | 67 | if (null != binding) { |
| 70 | binding.topbar.setTitle("远程控制管理"); | 68 | binding.topbar.setTitle("远程控制管理"); |
| 71 | //设置返回按钮 | 69 | //设置返回按钮 |
| 72 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 70 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 73 | @Override | 71 | @Override |
| 74 | public void onClick(View view) { | 72 | public void onClick(View view) { |
| 75 | finish(); | 73 | finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/activity/ShareFriendActivity.java
| @@ -17,7 +17,6 @@ import android.widget.TextView; | @@ -17,7 +17,6 @@ import android.widget.TextView; | ||
| 17 | 17 | ||
| 18 | import com.alibaba.android.arouter.launcher.ARouter; | 18 | import com.alibaba.android.arouter.launcher.ARouter; |
| 19 | import com.cnlive.libs.base.arouter.QrService; | 19 | import com.cnlive.libs.base.arouter.QrService; |
| 20 | -import com.cnlive.libs.base.util.SimpleDES; | ||
| 21 | import com.cnlive.libs.base.util.StatusBarUtil; | 20 | import com.cnlive.libs.base.util.StatusBarUtil; |
| 22 | import com.cnlive.libs.base.util.StatusBarUtil2; | 21 | import com.cnlive.libs.base.util.StatusBarUtil2; |
| 23 | import com.cnlive.strike.application.GlideApp; | 22 | import com.cnlive.strike.application.GlideApp; |
| @@ -28,8 +27,6 @@ import com.cnlive.strike.xiaojiaspeaker.util.lib_permisshelper.PermissionsUtils; | @@ -28,8 +27,6 @@ import com.cnlive.strike.xiaojiaspeaker.util.lib_permisshelper.PermissionsUtils; | ||
| 28 | import com.qmuiteam.qmui.util.QMUIDrawableHelper; | 27 | import com.qmuiteam.qmui.util.QMUIDrawableHelper; |
| 29 | import com.qmuiteam.qmui.widget.QMUITopBar; | 28 | import com.qmuiteam.qmui.widget.QMUITopBar; |
| 30 | 29 | ||
| 31 | -import org.json.JSONObject; | ||
| 32 | - | ||
| 33 | import java.io.ByteArrayOutputStream; | 30 | import java.io.ByteArrayOutputStream; |
| 34 | 31 | ||
| 35 | public class ShareFriendActivity extends AppCompatActivity { | 32 | public class ShareFriendActivity extends AppCompatActivity { |
| @@ -72,7 +69,7 @@ import java.io.ByteArrayOutputStream; | @@ -72,7 +69,7 @@ import java.io.ByteArrayOutputStream; | ||
| 72 | 69 | ||
| 73 | topBar.setTitle(""); | 70 | topBar.setTitle(""); |
| 74 | //设置返回按钮 | 71 | //设置返回按钮 |
| 75 | - topBar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 72 | + topBar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 76 | @Override | 73 | @Override |
| 77 | public void onClick(View view) { | 74 | public void onClick(View view) { |
| 78 | finish(); | 75 | finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/fragment/AllDeviceFragment.java
| 1 | package com.cnlive.strike.xiaojiaspeaker.ui.fragment; | 1 | package com.cnlive.strike.xiaojiaspeaker.ui.fragment; |
| 2 | 2 | ||
| 3 | -import android.graphics.Color; | ||
| 4 | import android.os.Bundle; | 3 | import android.os.Bundle; |
| 5 | import android.support.annotation.Nullable; | 4 | import android.support.annotation.Nullable; |
| 6 | import android.support.v4.content.ContextCompat; | 5 | import android.support.v4.content.ContextCompat; |
| @@ -18,18 +17,12 @@ import com.cnlive.strike.xiaojiaspeaker.frame.view.AllDeviceFragmentView; | @@ -18,18 +17,12 @@ import com.cnlive.strike.xiaojiaspeaker.frame.view.AllDeviceFragmentView; | ||
| 18 | import com.cnlive.strike.xiaojiaspeaker.model.message.EventMsg; | 17 | import com.cnlive.strike.xiaojiaspeaker.model.message.EventMsg; |
| 19 | import com.cnlive.strike.xiaojiaspeaker.ui.activity.BlueToothStep1Activity; | 18 | import com.cnlive.strike.xiaojiaspeaker.ui.activity.BlueToothStep1Activity; |
| 20 | import com.cnlive.strike.xiaojiaspeaker.ui.activity.RemoteControlActivity; | 19 | import com.cnlive.strike.xiaojiaspeaker.ui.activity.RemoteControlActivity; |
| 21 | -import com.cnlive.strike.xiaojiaspeaker.ui.widget.popmenu.PopMenuInfo; | ||
| 22 | -import com.cnlive.strike.xiaojiaspeaker.ui.widget.popmenu.PopMenu; | ||
| 23 | import com.cnlive.strike.xiaojiaspeaker.util.EventBusUtil; | 20 | import com.cnlive.strike.xiaojiaspeaker.util.EventBusUtil; |
| 24 | import com.qmuiteam.qmui.alpha.QMUIAlphaImageButton; | 21 | import com.qmuiteam.qmui.alpha.QMUIAlphaImageButton; |
| 25 | 22 | ||
| 26 | -import org.greenrobot.eventbus.EventBus; | ||
| 27 | import org.greenrobot.eventbus.Subscribe; | 23 | import org.greenrobot.eventbus.Subscribe; |
| 28 | import org.greenrobot.eventbus.ThreadMode; | 24 | import org.greenrobot.eventbus.ThreadMode; |
| 29 | 25 | ||
| 30 | -import java.util.ArrayList; | ||
| 31 | -import java.util.List; | ||
| 32 | - | ||
| 33 | public class AllDeviceFragment extends MvpBindingFragment<AllDeviceFragmentView, AllDeviceFragmentPresenter, Object, FragmentAllDeviceBinding> { | 26 | public class AllDeviceFragment extends MvpBindingFragment<AllDeviceFragmentView, AllDeviceFragmentPresenter, Object, FragmentAllDeviceBinding> { |
| 34 | private UIPopup qmuiPopup; | 27 | private UIPopup qmuiPopup; |
| 35 | private QMUIAlphaImageButton addButton; | 28 | private QMUIAlphaImageButton addButton; |
| @@ -87,7 +80,7 @@ public class AllDeviceFragment extends MvpBindingFragment<AllDeviceFragmentView, | @@ -87,7 +80,7 @@ public class AllDeviceFragment extends MvpBindingFragment<AllDeviceFragmentView, | ||
| 87 | if (null != binding) { | 80 | if (null != binding) { |
| 88 | binding.topbar.setTitle("所有设备"); | 81 | binding.topbar.setTitle("所有设备"); |
| 89 | //设置返回按钮 | 82 | //设置返回按钮 |
| 90 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 83 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 91 | @Override | 84 | @Override |
| 92 | public void onClick(View view) { | 85 | public void onClick(View view) { |
| 93 | getActivity().finish(); | 86 | getActivity().finish(); |
| @@ -96,7 +89,7 @@ public class AllDeviceFragment extends MvpBindingFragment<AllDeviceFragmentView, | @@ -96,7 +89,7 @@ public class AllDeviceFragment extends MvpBindingFragment<AllDeviceFragmentView, | ||
| 96 | 89 | ||
| 97 | 90 | ||
| 98 | //添加设备按钮 | 91 | //添加设备按钮 |
| 99 | - addButton = binding.topbar.addRightImageButton(R.drawable.icon_item_add, R.id.right_add); | 92 | + addButton = binding.topbar.addRightImageButton(R.drawable.icon_xiaojia_item_add, R.id.right_add); |
| 100 | addButton.setOnClickListener(new View.OnClickListener() { | 93 | addButton.setOnClickListener(new View.OnClickListener() { |
| 101 | @Override | 94 | @Override |
| 102 | public void onClick(View view) { | 95 | public void onClick(View view) { |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/fragment/ChangeDeviceNameFragment.java
| @@ -13,7 +13,6 @@ import com.cnlive.strike.xiaojiaspeaker.R; | @@ -13,7 +13,6 @@ import com.cnlive.strike.xiaojiaspeaker.R; | ||
| 13 | import com.cnlive.strike.xiaojiaspeaker.databinding.FragmentChangeDeviceNameBinding; | 13 | import com.cnlive.strike.xiaojiaspeaker.databinding.FragmentChangeDeviceNameBinding; |
| 14 | import com.cnlive.strike.xiaojiaspeaker.frame.presenter.ChangeDeviceNamePresenter; | 14 | import com.cnlive.strike.xiaojiaspeaker.frame.presenter.ChangeDeviceNamePresenter; |
| 15 | import com.cnlive.strike.xiaojiaspeaker.frame.view.ChangeDeviceNameView; | 15 | import com.cnlive.strike.xiaojiaspeaker.frame.view.ChangeDeviceNameView; |
| 16 | -import com.cnlive.strike.xiaojiaspeaker.netWork.bean.DeviceDetail; | ||
| 17 | 16 | ||
| 18 | public class ChangeDeviceNameFragment extends MvpBindingFragment<ChangeDeviceNameView, ChangeDeviceNamePresenter, Object, FragmentChangeDeviceNameBinding> { | 17 | public class ChangeDeviceNameFragment extends MvpBindingFragment<ChangeDeviceNameView, ChangeDeviceNamePresenter, Object, FragmentChangeDeviceNameBinding> { |
| 19 | public static ChangeDeviceNameFragment newInstance(String deviceId) { | 18 | public static ChangeDeviceNameFragment newInstance(String deviceId) { |
| @@ -55,7 +54,7 @@ public class ChangeDeviceNameFragment extends MvpBindingFragment<ChangeDeviceNam | @@ -55,7 +54,7 @@ public class ChangeDeviceNameFragment extends MvpBindingFragment<ChangeDeviceNam | ||
| 55 | if (null != binding) { | 54 | if (null != binding) { |
| 56 | binding.topbar.setTitle("更改音箱名称"); | 55 | binding.topbar.setTitle("更改音箱名称"); |
| 57 | //设置返回按钮 | 56 | //设置返回按钮 |
| 58 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 57 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 59 | @Override | 58 | @Override |
| 60 | public void onClick(View view) { | 59 | public void onClick(View view) { |
| 61 | getActivity().finish(); | 60 | getActivity().finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/fragment/ChangeWifiFragment.java
| @@ -13,22 +13,14 @@ import android.text.TextUtils; | @@ -13,22 +13,14 @@ import android.text.TextUtils; | ||
| 13 | import android.util.Log; | 13 | import android.util.Log; |
| 14 | import android.view.View; | 14 | import android.view.View; |
| 15 | 15 | ||
| 16 | -import com.clj.fastble.data.BleDevice; | ||
| 17 | import com.cnlive.libs.base.frame.fragment.MvpBindingFragment; | 16 | import com.cnlive.libs.base.frame.fragment.MvpBindingFragment; |
| 18 | import com.cnlive.libs.base.util.StatusBarUtil; | 17 | import com.cnlive.libs.base.util.StatusBarUtil; |
| 19 | import com.cnlive.libs.base.util.StatusBarUtil2; | 18 | import com.cnlive.libs.base.util.StatusBarUtil2; |
| 20 | import com.cnlive.strike.xiaojiaspeaker.R; | 19 | import com.cnlive.strike.xiaojiaspeaker.R; |
| 21 | import com.cnlive.strike.xiaojiaspeaker.databinding.FragmentSelectWifiBinding; | 20 | import com.cnlive.strike.xiaojiaspeaker.databinding.FragmentSelectWifiBinding; |
| 22 | import com.cnlive.strike.xiaojiaspeaker.frame.presenter.ChangeWifiFragmentPresenter; | 21 | import com.cnlive.strike.xiaojiaspeaker.frame.presenter.ChangeWifiFragmentPresenter; |
| 23 | -import com.cnlive.strike.xiaojiaspeaker.frame.presenter.SelectWifiFragmentPresenter; | ||
| 24 | import com.cnlive.strike.xiaojiaspeaker.frame.view.ChangeWifiFragmentView; | 22 | import com.cnlive.strike.xiaojiaspeaker.frame.view.ChangeWifiFragmentView; |
| 25 | -import com.cnlive.strike.xiaojiaspeaker.frame.view.SelectWifiFragmentView; | ||
| 26 | -import com.cnlive.strike.xiaojiaspeaker.model.message.EventMsg; | ||
| 27 | import com.cnlive.strike.xiaojiaspeaker.netWork.bean.FamilyListBean; | 23 | import com.cnlive.strike.xiaojiaspeaker.netWork.bean.FamilyListBean; |
| 28 | -import com.cnlive.strike.xiaojiaspeaker.util.EventBusUtil; | ||
| 29 | - | ||
| 30 | -import org.greenrobot.eventbus.Subscribe; | ||
| 31 | -import org.greenrobot.eventbus.ThreadMode; | ||
| 32 | 24 | ||
| 33 | public class ChangeWifiFragment extends MvpBindingFragment<ChangeWifiFragmentView, ChangeWifiFragmentPresenter, Object, FragmentSelectWifiBinding> { | 25 | public class ChangeWifiFragment extends MvpBindingFragment<ChangeWifiFragmentView, ChangeWifiFragmentPresenter, Object, FragmentSelectWifiBinding> { |
| 34 | private String TAG = "SelectWifiFragment"; | 26 | private String TAG = "SelectWifiFragment"; |
| @@ -76,7 +68,7 @@ public class ChangeWifiFragment extends MvpBindingFragment<ChangeWifiFragmentVie | @@ -76,7 +68,7 @@ public class ChangeWifiFragment extends MvpBindingFragment<ChangeWifiFragmentVie | ||
| 76 | if (null != binding) { | 68 | if (null != binding) { |
| 77 | binding.topbar.setTitle("切换WIFI网络").setTextColor(ContextCompat.getColor(getActivity(), R.color.color_282828)); | 69 | binding.topbar.setTitle("切换WIFI网络").setTextColor(ContextCompat.getColor(getActivity(), R.color.color_282828)); |
| 78 | //设置返回按钮 | 70 | //设置返回按钮 |
| 79 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 71 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 80 | @Override | 72 | @Override |
| 81 | public void onClick(View view) { | 73 | public void onClick(View view) { |
| 82 | if (null != getActivity()) { | 74 | if (null != getActivity()) { |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/fragment/DeviceDetailFragment.java
| @@ -55,7 +55,7 @@ public class DeviceDetailFragment extends MvpBindingFragment<DeviceDetailView, D | @@ -55,7 +55,7 @@ public class DeviceDetailFragment extends MvpBindingFragment<DeviceDetailView, D | ||
| 55 | if (null != binding) { | 55 | if (null != binding) { |
| 56 | binding.topbar.setTitle(deviceName); | 56 | binding.topbar.setTitle(deviceName); |
| 57 | //设置返回按钮 | 57 | //设置返回按钮 |
| 58 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 58 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 59 | @Override | 59 | @Override |
| 60 | public void onClick(View view) { | 60 | public void onClick(View view) { |
| 61 | getActivity().finish(); | 61 | getActivity().finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/fragment/DeviceManagerFragment.java
| @@ -11,7 +11,6 @@ import com.cnlive.libs.base.frame.fragment.MvpBindingFragment; | @@ -11,7 +11,6 @@ import com.cnlive.libs.base.frame.fragment.MvpBindingFragment; | ||
| 11 | import com.cnlive.libs.base.util.StatusBarUtil; | 11 | import com.cnlive.libs.base.util.StatusBarUtil; |
| 12 | import com.cnlive.libs.base.util.StatusBarUtil2; | 12 | import com.cnlive.libs.base.util.StatusBarUtil2; |
| 13 | import com.cnlive.strike.xiaojiaspeaker.R; | 13 | import com.cnlive.strike.xiaojiaspeaker.R; |
| 14 | -import com.cnlive.strike.xiaojiaspeaker.commonInfo.XiaoJIaCommInfo; | ||
| 15 | import com.cnlive.strike.xiaojiaspeaker.databinding.FragmentDeviceManagerBinding; | 14 | import com.cnlive.strike.xiaojiaspeaker.databinding.FragmentDeviceManagerBinding; |
| 16 | import com.cnlive.strike.xiaojiaspeaker.frame.presenter.DeviceManagerFragmentPresenter; | 15 | import com.cnlive.strike.xiaojiaspeaker.frame.presenter.DeviceManagerFragmentPresenter; |
| 17 | import com.cnlive.strike.xiaojiaspeaker.frame.view.DeviceManagerFragmentView; | 16 | import com.cnlive.strike.xiaojiaspeaker.frame.view.DeviceManagerFragmentView; |
| @@ -94,7 +93,7 @@ public class DeviceManagerFragment extends MvpBindingFragment<DeviceManagerFragm | @@ -94,7 +93,7 @@ public class DeviceManagerFragment extends MvpBindingFragment<DeviceManagerFragm | ||
| 94 | if (null != binding) { | 93 | if (null != binding) { |
| 95 | binding.topbar.setTitle("设备管理"); | 94 | binding.topbar.setTitle("设备管理"); |
| 96 | //设置返回按钮 | 95 | //设置返回按钮 |
| 97 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 96 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 98 | @Override | 97 | @Override |
| 99 | public void onClick(View view) { | 98 | public void onClick(View view) { |
| 100 | getActivity().finish(); | 99 | getActivity().finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/fragment/FirmwareUpdateFragment.java
| @@ -58,7 +58,7 @@ public class FirmwareUpdateFragment extends MvpBindingFragment<FirmwareUpdateFra | @@ -58,7 +58,7 @@ public class FirmwareUpdateFragment extends MvpBindingFragment<FirmwareUpdateFra | ||
| 58 | if (null != binding) { | 58 | if (null != binding) { |
| 59 | binding.topbar.setTitle("固件升级"); | 59 | binding.topbar.setTitle("固件升级"); |
| 60 | //设置返回按钮 | 60 | //设置返回按钮 |
| 61 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 61 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 62 | @Override | 62 | @Override |
| 63 | public void onClick(View view) { | 63 | public void onClick(View view) { |
| 64 | getActivity().finish(); | 64 | getActivity().finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/fragment/InvitFriendFragment.java
| @@ -54,7 +54,7 @@ public class InvitFriendFragment extends MvpBindingFragment<InvitFriendView, Inv | @@ -54,7 +54,7 @@ public class InvitFriendFragment extends MvpBindingFragment<InvitFriendView, Inv | ||
| 54 | if (null != binding) { | 54 | if (null != binding) { |
| 55 | binding.topbar.setTitle("二维码邀请加入"); | 55 | binding.topbar.setTitle("二维码邀请加入"); |
| 56 | //设置返回按钮 | 56 | //设置返回按钮 |
| 57 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 57 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 58 | @Override | 58 | @Override |
| 59 | public void onClick(View view) { | 59 | public void onClick(View view) { |
| 60 | getActivity().finish(); | 60 | getActivity().finish(); |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/fragment/SearchDevicefragment.java
| 1 | package com.cnlive.strike.xiaojiaspeaker.ui.fragment; | 1 | package com.cnlive.strike.xiaojiaspeaker.ui.fragment; |
| 2 | 2 | ||
| 3 | import android.os.Bundle; | 3 | import android.os.Bundle; |
| 4 | -import android.os.Handler; | ||
| 5 | import android.support.annotation.Nullable; | 4 | import android.support.annotation.Nullable; |
| 6 | import android.support.v4.content.ContextCompat; | 5 | import android.support.v4.content.ContextCompat; |
| 7 | import android.view.View; | 6 | import android.view.View; |
| @@ -17,7 +16,6 @@ import com.cnlive.strike.xiaojiaspeaker.frame.presenter.SearchDevicefragmentPres | @@ -17,7 +16,6 @@ import com.cnlive.strike.xiaojiaspeaker.frame.presenter.SearchDevicefragmentPres | ||
| 17 | import com.cnlive.strike.xiaojiaspeaker.frame.view.SearchDevicefragmentView; | 16 | import com.cnlive.strike.xiaojiaspeaker.frame.view.SearchDevicefragmentView; |
| 18 | import com.cnlive.strike.xiaojiaspeaker.model.message.EventMsg; | 17 | import com.cnlive.strike.xiaojiaspeaker.model.message.EventMsg; |
| 19 | import com.cnlive.strike.xiaojiaspeaker.util.EventBusUtil; | 18 | import com.cnlive.strike.xiaojiaspeaker.util.EventBusUtil; |
| 20 | -import com.hannesdorfmann.mosby3.mvp.MvpFragment; | ||
| 21 | 19 | ||
| 22 | import org.greenrobot.eventbus.Subscribe; | 20 | import org.greenrobot.eventbus.Subscribe; |
| 23 | import org.greenrobot.eventbus.ThreadMode; | 21 | import org.greenrobot.eventbus.ThreadMode; |
| @@ -59,7 +57,7 @@ public class SearchDevicefragment extends MvpBindingFragment<SearchDevicefragmen | @@ -59,7 +57,7 @@ public class SearchDevicefragment extends MvpBindingFragment<SearchDevicefragmen | ||
| 59 | if (null != binding) { | 57 | if (null != binding) { |
| 60 | binding.topbar.setTitle("选择配对设备").setTextColor(ContextCompat.getColor(getActivity(), R.color.color_282828)); | 58 | binding.topbar.setTitle("选择配对设备").setTextColor(ContextCompat.getColor(getActivity(), R.color.color_282828)); |
| 61 | //设置返回按钮 | 59 | //设置返回按钮 |
| 62 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 60 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 63 | @Override | 61 | @Override |
| 64 | public void onClick(View view) { | 62 | public void onClick(View view) { |
| 65 | if (null != getActivity()) { | 63 | if (null != getActivity()) { |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/fragment/SelectIMFriendFragment.java
| @@ -6,9 +6,6 @@ import android.support.v4.content.ContextCompat; | @@ -6,9 +6,6 @@ import android.support.v4.content.ContextCompat; | ||
| 6 | import android.text.TextUtils; | 6 | import android.text.TextUtils; |
| 7 | import android.view.View; | 7 | import android.view.View; |
| 8 | 8 | ||
| 9 | -import com.alibaba.android.arouter.launcher.ARouter; | ||
| 10 | -import com.cnlive.libs.base.arouter.im.FriendListData; | ||
| 11 | -import com.cnlive.libs.base.arouter.im.ImOpenService; | ||
| 12 | import com.cnlive.libs.base.frame.fragment.MvpBindingFragment; | 9 | import com.cnlive.libs.base.frame.fragment.MvpBindingFragment; |
| 13 | import com.cnlive.libs.base.util.StatusBarUtil; | 10 | import com.cnlive.libs.base.util.StatusBarUtil; |
| 14 | import com.cnlive.libs.base.util.StatusBarUtil2; | 11 | import com.cnlive.libs.base.util.StatusBarUtil2; |
| @@ -22,8 +19,6 @@ import com.cnlive.strike.xiaojiaspeaker.util.EventBusUtil; | @@ -22,8 +19,6 @@ import com.cnlive.strike.xiaojiaspeaker.util.EventBusUtil; | ||
| 22 | import org.greenrobot.eventbus.Subscribe; | 19 | import org.greenrobot.eventbus.Subscribe; |
| 23 | import org.greenrobot.eventbus.ThreadMode; | 20 | import org.greenrobot.eventbus.ThreadMode; |
| 24 | 21 | ||
| 25 | -import java.util.List; | ||
| 26 | - | ||
| 27 | public class SelectIMFriendFragment extends MvpBindingFragment<SelectIMFriendView, SelectIMFriendPresenter, Object, FragmentSelectImFriendBinding> { | 22 | public class SelectIMFriendFragment extends MvpBindingFragment<SelectIMFriendView, SelectIMFriendPresenter, Object, FragmentSelectImFriendBinding> { |
| 28 | 23 | ||
| 29 | public static SelectIMFriendFragment newInstance(String currentSelectFamilyId) { | 24 | public static SelectIMFriendFragment newInstance(String currentSelectFamilyId) { |
| @@ -76,7 +71,7 @@ public class SelectIMFriendFragment extends MvpBindingFragment<SelectIMFriendVie | @@ -76,7 +71,7 @@ public class SelectIMFriendFragment extends MvpBindingFragment<SelectIMFriendVie | ||
| 76 | if (null != binding) { | 71 | if (null != binding) { |
| 77 | binding.topbar.setTitle("选择好友").setTextColor(ContextCompat.getColor(getActivity(), R.color.color_282828)); | 72 | binding.topbar.setTitle("选择好友").setTextColor(ContextCompat.getColor(getActivity(), R.color.color_282828)); |
| 78 | //设置返回按钮 | 73 | //设置返回按钮 |
| 79 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 74 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 80 | @Override | 75 | @Override |
| 81 | public void onClick(View view) { | 76 | public void onClick(View view) { |
| 82 | if (null != getActivity()) { | 77 | if (null != getActivity()) { |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/fragment/SelectWifiFragment.java
| @@ -21,14 +21,11 @@ import com.cnlive.strike.xiaojiaspeaker.databinding.FragmentSelectWifiBinding; | @@ -21,14 +21,11 @@ import com.cnlive.strike.xiaojiaspeaker.databinding.FragmentSelectWifiBinding; | ||
| 21 | import com.cnlive.strike.xiaojiaspeaker.frame.presenter.SelectWifiFragmentPresenter; | 21 | import com.cnlive.strike.xiaojiaspeaker.frame.presenter.SelectWifiFragmentPresenter; |
| 22 | import com.cnlive.strike.xiaojiaspeaker.frame.view.SelectWifiFragmentView; | 22 | import com.cnlive.strike.xiaojiaspeaker.frame.view.SelectWifiFragmentView; |
| 23 | import com.cnlive.strike.xiaojiaspeaker.model.message.EventMsg; | 23 | import com.cnlive.strike.xiaojiaspeaker.model.message.EventMsg; |
| 24 | -import com.cnlive.strike.xiaojiaspeaker.netWork.bean.ConfigDeviceNetParam; | ||
| 25 | import com.cnlive.strike.xiaojiaspeaker.util.EventBusUtil; | 24 | import com.cnlive.strike.xiaojiaspeaker.util.EventBusUtil; |
| 26 | 25 | ||
| 27 | import org.greenrobot.eventbus.Subscribe; | 26 | import org.greenrobot.eventbus.Subscribe; |
| 28 | import org.greenrobot.eventbus.ThreadMode; | 27 | import org.greenrobot.eventbus.ThreadMode; |
| 29 | 28 | ||
| 30 | -import java.io.Serializable; | ||
| 31 | - | ||
| 32 | public class SelectWifiFragment extends MvpBindingFragment<SelectWifiFragmentView, SelectWifiFragmentPresenter, Object, FragmentSelectWifiBinding> { | 29 | public class SelectWifiFragment extends MvpBindingFragment<SelectWifiFragmentView, SelectWifiFragmentPresenter, Object, FragmentSelectWifiBinding> { |
| 33 | private String TAG = "SelectWifiFragment"; | 30 | private String TAG = "SelectWifiFragment"; |
| 34 | 31 | ||
| @@ -75,7 +72,7 @@ public class SelectWifiFragment extends MvpBindingFragment<SelectWifiFragmentVie | @@ -75,7 +72,7 @@ public class SelectWifiFragment extends MvpBindingFragment<SelectWifiFragmentVie | ||
| 75 | if (null != binding) { | 72 | if (null != binding) { |
| 76 | binding.topbar.setTitle("请选择WIFI网络").setTextColor(ContextCompat.getColor(getActivity(), R.color.color_282828)); | 73 | binding.topbar.setTitle("请选择WIFI网络").setTextColor(ContextCompat.getColor(getActivity(), R.color.color_282828)); |
| 77 | //设置返回按钮 | 74 | //设置返回按钮 |
| 78 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 75 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 79 | @Override | 76 | @Override |
| 80 | public void onClick(View view) { | 77 | public void onClick(View view) { |
| 81 | if (null != getActivity()) { | 78 | if (null != getActivity()) { |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/fragment/SetFriendsRoleFragment.java
| @@ -67,7 +67,7 @@ public class SetFriendsRoleFragment extends MvpBindingFragment<SetFriendsRoleVie | @@ -67,7 +67,7 @@ public class SetFriendsRoleFragment extends MvpBindingFragment<SetFriendsRoleVie | ||
| 67 | if (null != binding) { | 67 | if (null != binding) { |
| 68 | binding.topbar.setTitle("设置角色").setTextColor(ContextCompat.getColor(getActivity(), R.color.color_282828)); | 68 | binding.topbar.setTitle("设置角色").setTextColor(ContextCompat.getColor(getActivity(), R.color.color_282828)); |
| 69 | //设置返回按钮 | 69 | //设置返回按钮 |
| 70 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 70 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 71 | @Override | 71 | @Override |
| 72 | public void onClick(View view) { | 72 | public void onClick(View view) { |
| 73 | if (null != getActivity()) { | 73 | if (null != getActivity()) { |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/fragment/UserManagerFragment.java
| @@ -5,7 +5,6 @@ import android.support.annotation.Nullable; | @@ -5,7 +5,6 @@ import android.support.annotation.Nullable; | ||
| 5 | import android.support.v4.content.ContextCompat; | 5 | import android.support.v4.content.ContextCompat; |
| 6 | import android.text.TextUtils; | 6 | import android.text.TextUtils; |
| 7 | import android.view.View; | 7 | import android.view.View; |
| 8 | -import android.widget.Button; | ||
| 9 | 8 | ||
| 10 | import com.cnlive.libs.base.frame.fragment.MvpBindingFragment; | 9 | import com.cnlive.libs.base.frame.fragment.MvpBindingFragment; |
| 11 | import com.cnlive.libs.base.util.StatusBarUtil; | 10 | import com.cnlive.libs.base.util.StatusBarUtil; |
| @@ -78,7 +77,7 @@ public class UserManagerFragment extends MvpBindingFragment<UserManagerView, Use | @@ -78,7 +77,7 @@ public class UserManagerFragment extends MvpBindingFragment<UserManagerView, Use | ||
| 78 | if (null != binding) { | 77 | if (null != binding) { |
| 79 | binding.topbar.setTitle("使用者管理").setTextColor(ContextCompat.getColor(getActivity(), R.color.color_282828)); | 78 | binding.topbar.setTitle("使用者管理").setTextColor(ContextCompat.getColor(getActivity(), R.color.color_282828)); |
| 80 | //设置返回按钮 | 79 | //设置返回按钮 |
| 81 | - binding.topbar.addLeftImageButton(R.drawable.icon_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { | 80 | + binding.topbar.addLeftImageButton(R.drawable.icon_xiaojia_back, R.id.left_back).setOnClickListener(new View.OnClickListener() { |
| 82 | @Override | 81 | @Override |
| 83 | public void onClick(View view) { | 82 | public void onClick(View view) { |
| 84 | if (null != getActivity()) { | 83 | if (null != getActivity()) { |
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/ui/widget/WifiPwdDialog.java
| @@ -103,7 +103,7 @@ public class WifiPwdDialog extends Dialog { | @@ -103,7 +103,7 @@ public class WifiPwdDialog extends Dialog { | ||
| 103 | } else { | 103 | } else { |
| 104 | btn_ok.setClickable(true); | 104 | btn_ok.setClickable(true); |
| 105 | btn_ok.setTextColor(ContextCompat.getColor(context, rightColor)); | 105 | btn_ok.setTextColor(ContextCompat.getColor(context, rightColor)); |
| 106 | - btn_ok.setBackground(context.getResources().getDrawable(R.drawable.selector_dialog_btn_right)); | 106 | + btn_ok.setBackground(context.getResources().getDrawable(R.drawable.selector_xiaojia_dialog_btn_right)); |
| 107 | } | 107 | } |
| 108 | } | 108 | } |
| 109 | 109 | ||
| @@ -120,7 +120,7 @@ public class WifiPwdDialog extends Dialog { | @@ -120,7 +120,7 @@ public class WifiPwdDialog extends Dialog { | ||
| 120 | if ("0".equals(iv_pwd.getTag().toString())) { | 120 | if ("0".equals(iv_pwd.getTag().toString())) { |
| 121 | //显示明文 | 121 | //显示明文 |
| 122 | iv_pwd.setTag("1"); | 122 | iv_pwd.setTag("1"); |
| 123 | - iv_pwd.setBackground(ContextCompat.getDrawable(context, R.drawable.icon_see_pwd)); | 123 | + iv_pwd.setBackground(ContextCompat.getDrawable(context, R.drawable.icon_xiaojia_see_pwd)); |
| 124 | //选择状态 显示明文--设置为可见的密码 | 124 | //选择状态 显示明文--设置为可见的密码 |
| 125 | // et_pwd.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); | 125 | // et_pwd.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); |
| 126 | et_pwd.setInputType(InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD | InputType.TYPE_CLASS_TEXT); | 126 | et_pwd.setInputType(InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD | InputType.TYPE_CLASS_TEXT); |
| @@ -132,7 +132,7 @@ public class WifiPwdDialog extends Dialog { | @@ -132,7 +132,7 @@ public class WifiPwdDialog extends Dialog { | ||
| 132 | //显示加密 | 132 | //显示加密 |
| 133 | else { | 133 | else { |
| 134 | iv_pwd.setTag("0"); | 134 | iv_pwd.setTag("0"); |
| 135 | - iv_pwd.setBackground(ContextCompat.getDrawable(context, R.drawable.icon_no_see_pwd)); | 135 | + iv_pwd.setBackground(ContextCompat.getDrawable(context, R.drawable.icon_xiaojia_no_see_pwd)); |
| 136 | //选择状态 设置为不可见的密码 | 136 | //选择状态 设置为不可见的密码 |
| 137 | et_pwd.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD | InputType.TYPE_CLASS_TEXT); | 137 | et_pwd.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD | InputType.TYPE_CLASS_TEXT); |
| 138 | //移动光标位置 | 138 | //移动光标位置 |
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/ic_audio.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/ic_xiaojia_audio.png
4.77 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/ic_delete.webp renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/ic_xiaojia_delete.webp
No preview for this file type
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/ic_item_continue.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/ic_xiaojia_item_continue.png
1.37 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_back.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_back.png
559 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_conn_success.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_conn_success.png
3.75 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_device_declare.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_device_declare.png
1.91 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_device_manager.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_device_manager.png
2.06 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_friend.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_friend.png
901 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_gray_close.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_gray_close.png
1004 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_item_add.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_item_add.png
426 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_item_right_arrow.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_item_right_arrow.png
476 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_no_see_pwd.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_no_see_pwd.png
688 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_qrcode.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_qrcode.png
554 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_search.webp renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_search.webp
No preview for this file type
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_see_pwd.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_see_pwd.png
1.27 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_set_role_close.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_set_role_close.png
785 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_user_manager.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/icon_xiaojia_user_manager.png
2.08 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/key_instruction.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/key_xiaojia_instruction.png
83.4 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/light_instruction.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/light_xiaojia_instruction.png
84.4 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/pop_gray_left.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/pop_xiaojia_gray_left.png
1.92 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/pop_gray_right.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/pop_xiaojia_gray_right.png
2.3 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/round_rectangle_bg.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/round_xiaojia_rectangle_bg.png
3.97 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/bg_btn_green.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/xiaojia_bg_btn_green.png
17.1 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/conn_success_gift.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/xiaojia_conn_success_gift.png
135 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/conn_success_gift_close.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/xiaojia_conn_success_gift_close.png
1.76 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/dd_xuanzhong.webp renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/xiaojia_dd_xuanzhong.webp
No preview for this file type
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/family_bg.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/xiaojia_family_bg.png
150 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/step1.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/xiaojia_step1.png
45.1 KB
module_xiaojiaSoundBox/src/main/res/drawable-hdpi/step2.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-hdpi/xiaojia_step2.png
64.6 KB
module_xiaojiaSoundBox/src/main/res/drawable-v21/ripple_bg.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable-v21/ripple_xiaojia_bg.xml
module_xiaojiaSoundBox/src/main/res/drawable-v21/selectable_item_white.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable-v21/selectable_xiaojia_item_white.xml
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/ic_delete.webp renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/ic_xiaojia_delete.webp
No preview for this file type
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_back.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_back.png
626 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_conn_success.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_conn_success.png
3.39 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_device_declare.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_device_declare.png
2.1 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_device_manager.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_device_manager.png
2.01 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_friend.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_friend.png
1.17 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_gray_close.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_gray_close.png
1.12 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_item_add.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_item_add.png
274 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_item_right_arrow.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_item_right_arrow.png
461 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_no_see_pwd.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_no_see_pwd.png
872 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_qrcode.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_qrcode.png
731 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_search.webp renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_search.webp
No preview for this file type
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_see_pwd.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_see_pwd.png
1.42 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_set_role_close.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_set_role_close.png
955 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_user_manager.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/icon_xiaojia_user_manager.png
2.38 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/key_instruction.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/key_xiaojia_instruction.png
128 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/light_instruction.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/light_xiaojia_instruction.png
151 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/pop_gray_left.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/pop_xiaojia_gray_left.png
2.28 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/pop_gray_right.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/pop_xiaojia_gray_right.png
2.44 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/round_rectangle_bg.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/round_xiaojia_rectangle_bg.png
6.04 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/bg_btn_green.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/xiaojia_bg_btn_green.png
46.2 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/conn_success_gift.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/xiaojia_conn_success_gift.png
263 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/conn_success_gift_close.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/xiaojia_conn_success_gift_close.png
1.22 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/family_bg.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/xiaojia_family_bg.png
231 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/step1.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/xiaojia_step1.png
70.6 KB
module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/step2.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xhdpi/xiaojia_step2.png
82.1 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/ic_delete.webp renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/ic_xiaojia_delete.webp
No preview for this file type
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_back.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_back.png
1.13 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_conn_success.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_conn_success.png
8.42 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_device_declare.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_device_declare.png
4.17 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_device_manager.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_device_manager.png
4.18 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_friend.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_friend.png
2.21 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_gray_close.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_gray_close.png
2 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_item_add.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_item_add.png
796 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_item_right_arrow.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_item_right_arrow.png
816 Bytes
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_no_see_pwd.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_no_see_pwd.png
1.63 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_qrcode.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_qrcode.png
1.16 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_search.webp renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_search.webp
No preview for this file type
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_see_pwd.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_see_pwd.png
2.87 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_set_role_close.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_set_role_close.png
1.31 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_user_manager.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/icon_xiaojia_user_manager.png
4.74 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/key_instruction.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/key_xiaojia_instruction.png
246 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/light_instruction.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/light_xiaojia_instruction.png
266 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/pop_gray_left.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/pop_xiaojia_gray_left.png
4.54 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/pop_gray_right.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/pop_xiaojia_gray_right.png
6.1 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/round_rectangle_bg.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/round_xiaojia_rectangle_bg.png
11.2 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/bg_btn_green.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/xiaojia_bg_btn_green.png
72.9 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/conn_success_gift.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/xiaojia_conn_success_gift.png
469 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/conn_success_gift_close.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/xiaojia_conn_success_gift_close.png
4.04 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/family_bg.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/xiaojia_family_bg.png
496 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/step1.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/xiaojia_step1.png
133 KB
module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/step2.png renamed to module_xiaojiaSoundBox/src/main/res/drawable-xxhdpi/xiaojia_step2.png
191 KB
module_xiaojiaSoundBox/src/main/res/drawable/bg_letterbar.xml deleted
100644 → 0
| 1 | -<?xml version="1.0" encoding="utf-8"?> | ||
| 2 | -<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
| 3 | - | ||
| 4 | - <item android:drawable="@drawable/bg_letterbar_pressed" android:state_pressed="true" /> | ||
| 5 | - <item android:drawable="@drawable/bg_letterbar_pressed" android:state_selected="true" /> | ||
| 6 | - <item android:drawable="@drawable/bg_letterbar_pressed" android:state_focused="true" /> | ||
| 7 | - <item android:drawable="@drawable/bg_letterbar_unpressed" /> | ||
| 8 | - | ||
| 9 | -</selector> |
module_xiaojiaSoundBox/src/main/res/drawable/bg_xiaojia_letterbar.xml
0 → 100644
| 1 | +<?xml version="1.0" encoding="utf-8"?> | ||
| 2 | +<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
| 3 | + | ||
| 4 | + <item android:drawable="@drawable/bg_xiaojia_letterbar_pressed" android:state_pressed="true" /> | ||
| 5 | + <item android:drawable="@drawable/bg_xiaojia_letterbar_pressed" android:state_selected="true" /> | ||
| 6 | + <item android:drawable="@drawable/bg_xiaojia_letterbar_pressed" android:state_focused="true" /> | ||
| 7 | + <item android:drawable="@drawable/bg_xiaojia_letterbar_unpressed" /> | ||
| 8 | + | ||
| 9 | +</selector> |
module_xiaojiaSoundBox/src/main/res/drawable/bg_letterbar_pressed.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/bg_xiaojia_letterbar_pressed.xml
module_xiaojiaSoundBox/src/main/res/drawable/bg_letterbar_unpressed.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/bg_xiaojia_letterbar_unpressed.xml
module_xiaojiaSoundBox/src/main/res/drawable/bg_overlay.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/bg_xiaojia_overlay.xml
module_xiaojiaSoundBox/src/main/res/drawable/btn_selector_blue.xml
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> | 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> |
| 3 | <item android:drawable="@drawable/btn_press_shape" android:state_pressed="true"></item> | 3 | <item android:drawable="@drawable/btn_press_shape" android:state_pressed="true"></item> |
| 4 | - <item android:drawable="@drawable/btn_nopress_shape" android:state_pressed="false"></item> | 4 | + <item android:drawable="@drawable/btn_xiaojia_nopress_shape" android:state_pressed="false"></item> |
| 5 | </selector> | 5 | </selector> |
| 6 | \ No newline at end of file | 6 | \ No newline at end of file |
module_xiaojiaSoundBox/src/main/res/drawable/btn_nopress_shape.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/btn_xiaojia_nopress_shape.xml
module_xiaojiaSoundBox/src/main/res/drawable/free_dialog_bg.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/free_xiaojia_dialog_bg.xml
module_xiaojiaSoundBox/src/main/res/drawable/ksw_md_thumb.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/ksw_xiaojia_md_thumb.xml
module_xiaojiaSoundBox/src/main/res/drawable/layer_tran.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/layer_xiaojia_tran.xml
module_xiaojiaSoundBox/src/main/res/drawable/miui_back_drawable.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/miui_xiaojia_back_drawable.xml
module_xiaojiaSoundBox/src/main/res/drawable/miui_thumb_drawable.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/miui_xiaojia_thumb_drawable.xml
module_xiaojiaSoundBox/src/main/res/drawable/ripple_bg.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/ripple_xiaojia_bg.xml
module_xiaojiaSoundBox/src/main/res/drawable/selectable_background.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/selectable_xiaojia_background.xml
module_xiaojiaSoundBox/src/main/res/drawable/selectable_item_white.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/selectable_xiaojia_item_white.xml
module_xiaojiaSoundBox/src/main/res/drawable/selectable_pop_item_background.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/selectable_xiaojia_pop_item_background.xml
module_xiaojiaSoundBox/src/main/res/drawable/selector_shape_check_box_bg.xml deleted
100644 → 0
| 1 | -<?xml version="1.0" encoding="utf-8"?> | ||
| 2 | -<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
| 3 | - <item android:drawable="@drawable/shape_check_box_checked" android:state_checked="true" /> | ||
| 4 | - <item android:drawable="@drawable/shape_check_box_normal" android:state_checked="false" android:state_enabled="true" /> | ||
| 5 | - <item android:drawable="@drawable/shape_check_box_normal" android:state_checked="false" android:state_enabled="false" /> | ||
| 6 | - | ||
| 7 | -</selector> | ||
| 8 | \ No newline at end of file | 0 | \ No newline at end of file |
module_xiaojiaSoundBox/src/main/res/drawable/selector_btn_gray.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/selector_xiaojia_btn_gray.xml
module_xiaojiaSoundBox/src/main/res/drawable/selector_check_box_text_color.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/selector_xiaojia_check_box_text_color.xml
module_xiaojiaSoundBox/src/main/res/drawable/selector_checkbox_no_default.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/selector_xiaojia_checkbox_no_default.xml
module_xiaojiaSoundBox/src/main/res/drawable/selector_dialog_btn_left.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/selector_xiaojia_dialog_btn_left.xml
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> | 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> |
| 3 | <item android:drawable="@color/transparent" android:state_pressed="false" /> | 3 | <item android:drawable="@color/transparent" android:state_pressed="false" /> |
| 4 | - <item android:drawable="@drawable/shape_dialog_btn_left_press" android:state_pressed="true" /> | 4 | + <item android:drawable="@drawable/shape_xiaojia_dialog_btn_left_press" android:state_pressed="true" /> |
| 5 | 5 | ||
| 6 | </selector> | 6 | </selector> |
| 7 | \ No newline at end of file | 7 | \ No newline at end of file |
module_xiaojiaSoundBox/src/main/res/drawable/selector_dialog_btn_right.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/selector_xiaojia_dialog_btn_right.xml
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> | 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> |
| 3 | <item android:drawable="@color/transparent" android:state_pressed="false" /> | 3 | <item android:drawable="@color/transparent" android:state_pressed="false" /> |
| 4 | - <item android:drawable="@drawable/shape_dialog_btn_right_press" android:state_pressed="true" /> | 4 | + <item android:drawable="@drawable/shape_xiaojia_dialog_btn_right_press" android:state_pressed="true" /> |
| 5 | 5 | ||
| 6 | </selector> | 6 | </selector> |
| 7 | \ No newline at end of file | 7 | \ No newline at end of file |
module_xiaojiaSoundBox/src/main/res/drawable/selector_letterbar_text.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/selector_xiaojia_letterbar_text.xml
module_xiaojiaSoundBox/src/main/res/drawable/selector_round_rectangle_white_bg.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/selector_xiaojia_round_rectangle_white_bg.xml
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> | 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> |
| 3 | - <item android:drawable="@drawable/round_rectangle_bg" android:state_pressed="false" /> | 3 | + <item android:drawable="@drawable/round_xiaojia_rectangle_bg" android:state_pressed="false" /> |
| 4 | <item android:drawable="@color/round_rectangle_press" android:state_pressed="true" /> | 4 | <item android:drawable="@color/round_rectangle_press" android:state_pressed="true" /> |
| 5 | </selector> | 5 | </selector> |
| 6 | \ No newline at end of file | 6 | \ No newline at end of file |
module_xiaojiaSoundBox/src/main/res/drawable/selector_xiaojia_shape_check_box_bg.xml
0 → 100644
| 1 | +<?xml version="1.0" encoding="utf-8"?> | ||
| 2 | +<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
| 3 | + <item android:drawable="@drawable/shape_xiaojia_check_box_checked" android:state_checked="true" /> | ||
| 4 | + <item android:drawable="@drawable/shape_xiaojia_check_box_normal" android:state_checked="false" android:state_enabled="true" /> | ||
| 5 | + <item android:drawable="@drawable/shape_xiaojia_check_box_normal" android:state_checked="false" android:state_enabled="false" /> | ||
| 6 | + | ||
| 7 | +</selector> | ||
| 0 | \ No newline at end of file | 8 | \ No newline at end of file |
module_xiaojiaSoundBox/src/main/res/drawable/selector_tip_dialog_btn_bottom.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/selector_xiaojia_tip_dialog_btn_bottom.xml
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> | 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> |
| 3 | <item android:drawable="@color/transparent" android:state_pressed="false" /> | 3 | <item android:drawable="@color/transparent" android:state_pressed="false" /> |
| 4 | - <item android:drawable="@drawable/shape_tip_dialog_btn_bottom_press" android:state_pressed="true" /> | 4 | + <item android:drawable="@drawable/shape_xiaojia_tip_dialog_btn_bottom_press" android:state_pressed="true" /> |
| 5 | 5 | ||
| 6 | </selector> | 6 | </selector> |
| 7 | \ No newline at end of file | 7 | \ No newline at end of file |
module_xiaojiaSoundBox/src/main/res/drawable/shape_10_radius_white_bg.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_10_radius_white_bg.xml
module_xiaojiaSoundBox/src/main/res/drawable/shape_5_radius_white_bg.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_5_radius_white_bg.xml
module_xiaojiaSoundBox/src/main/res/drawable/shape_check_box_checked.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_check_box_checked.xml
module_xiaojiaSoundBox/src/main/res/drawable/shape_check_box_normal.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_check_box_normal.xml
module_xiaojiaSoundBox/src/main/res/drawable/shape_dialog_btn_left_press.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_dialog_btn_left_press.xml
module_xiaojiaSoundBox/src/main/res/drawable/shape_dialog_btn_right_press.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_dialog_btn_right_press.xml
module_xiaojiaSoundBox/src/main/res/drawable/shape_et_wifi_bg.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_et_wifi_bg.xml
module_xiaojiaSoundBox/src/main/res/drawable/shape_green_stroke.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_green_stroke.xml
module_xiaojiaSoundBox/src/main/res/drawable/shape_menu_bg.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_menu_bg.xml
module_xiaojiaSoundBox/src/main/res/drawable/shape_red_circle.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_red_circle.xml
module_xiaojiaSoundBox/src/main/res/drawable/shape_tip_dialog_btn_bottom_press.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_tip_dialog_btn_bottom_press.xml
module_xiaojiaSoundBox/src/main/res/drawable/shape_wifi_dialog_bg.xml renamed to module_xiaojiaSoundBox/src/main/res/drawable/shape_xiaojia_wifi_dialog_bg.xml
module_xiaojiaSoundBox/src/main/res/layout/activity_blue_tooth_step1.xml
| @@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
| 20 | android:layout_width="match_parent" | 20 | android:layout_width="match_parent" |
| 21 | android:layout_height="match_parent" | 21 | android:layout_height="match_parent" |
| 22 | android:layout_margin="20dp" | 22 | android:layout_margin="20dp" |
| 23 | - android:background="@drawable/shape_10_radius_white_bg" | 23 | + android:background="@drawable/shape_xiaojia_10_radius_white_bg" |
| 24 | android:orientation="vertical"> | 24 | android:orientation="vertical"> |
| 25 | 25 | ||
| 26 | 26 | ||
| @@ -55,7 +55,7 @@ | @@ -55,7 +55,7 @@ | ||
| 55 | android:layout_height="222dp" | 55 | android:layout_height="222dp" |
| 56 | android:layout_centerHorizontal="true" | 56 | android:layout_centerHorizontal="true" |
| 57 | android:layout_centerVertical="true" | 57 | android:layout_centerVertical="true" |
| 58 | - android:background="@drawable/step1" /> | 58 | + android:background="@drawable/xiaojia_step1" /> |
| 59 | </LinearLayout> | 59 | </LinearLayout> |
| 60 | 60 | ||
| 61 | <LinearLayout | 61 | <LinearLayout |
module_xiaojiaSoundBox/src/main/res/layout/activity_blue_tooth_step2.xml
| @@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
| 21 | android:layout_height="match_parent" | 21 | android:layout_height="match_parent" |
| 22 | android:layout_margin="20dp" | 22 | android:layout_margin="20dp" |
| 23 | android:gravity="center" | 23 | android:gravity="center" |
| 24 | - android:background="@drawable/shape_10_radius_white_bg" | 24 | + android:background="@drawable/shape_xiaojia_10_radius_white_bg" |
| 25 | android:orientation="vertical"> | 25 | android:orientation="vertical"> |
| 26 | 26 | ||
| 27 | 27 | ||
| @@ -58,7 +58,7 @@ | @@ -58,7 +58,7 @@ | ||
| 58 | android:layout_height="273dp" | 58 | android:layout_height="273dp" |
| 59 | android:layout_centerHorizontal="true" | 59 | android:layout_centerHorizontal="true" |
| 60 | android:layout_centerVertical="true" | 60 | android:layout_centerVertical="true" |
| 61 | - android:background="@drawable/step2" /> | 61 | + android:background="@drawable/xiaojia_step2" /> |
| 62 | 62 | ||
| 63 | 63 | ||
| 64 | </LinearLayout> | 64 | </LinearLayout> |
module_xiaojiaSoundBox/src/main/res/layout/activity_conn_bluetooth_success.xml
| @@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
| 29 | <ImageView | 29 | <ImageView |
| 30 | android:layout_width="65dp" | 30 | android:layout_width="65dp" |
| 31 | android:layout_height="65dp" | 31 | android:layout_height="65dp" |
| 32 | - android:background="@drawable/icon_conn_success" /> | 32 | + android:background="@drawable/icon_xiaojia_conn_success" /> |
| 33 | 33 | ||
| 34 | <TextView | 34 | <TextView |
| 35 | android:layout_width="wrap_content" | 35 | android:layout_width="wrap_content" |
| @@ -67,7 +67,7 @@ | @@ -67,7 +67,7 @@ | ||
| 67 | android:layout_height="40dp" | 67 | android:layout_height="40dp" |
| 68 | android:layout_gravity="center_horizontal" | 68 | android:layout_gravity="center_horizontal" |
| 69 | android:layout_marginTop="30dp" | 69 | android:layout_marginTop="30dp" |
| 70 | - android:background="@drawable/shape_green_stroke" | 70 | + android:background="@drawable/shape_xiaojia_green_stroke" |
| 71 | android:text="完成" | 71 | android:text="完成" |
| 72 | android:textColor="@color/btn_green" | 72 | android:textColor="@color/btn_green" |
| 73 | android:textSize="18sp" /> | 73 | android:textSize="18sp" /> |
| @@ -140,14 +140,14 @@ | @@ -140,14 +140,14 @@ | ||
| 140 | <ImageView | 140 | <ImageView |
| 141 | android:layout_width="370dp" | 141 | android:layout_width="370dp" |
| 142 | android:layout_height="339dp" | 142 | android:layout_height="339dp" |
| 143 | - android:background="@drawable/conn_success_gift" /> | 143 | + android:background="@drawable/xiaojia_conn_success_gift" /> |
| 144 | 144 | ||
| 145 | <ImageView | 145 | <ImageView |
| 146 | android:id="@+id/iv_close_gift" | 146 | android:id="@+id/iv_close_gift" |
| 147 | android:layout_width="35dp" | 147 | android:layout_width="35dp" |
| 148 | android:layout_height="35dp" | 148 | android:layout_height="35dp" |
| 149 | android:layout_marginTop="20dp" | 149 | android:layout_marginTop="20dp" |
| 150 | - android:background="@drawable/conn_success_gift_close" /> | 150 | + android:background="@drawable/xiaojia_conn_success_gift_close" /> |
| 151 | </LinearLayout> | 151 | </LinearLayout> |
| 152 | </FrameLayout> | 152 | </FrameLayout> |
| 153 | </layout> | 153 | </layout> |
| 154 | \ No newline at end of file | 154 | \ No newline at end of file |
module_xiaojiaSoundBox/src/main/res/layout/activity_device_info.xml
| @@ -66,7 +66,7 @@ | @@ -66,7 +66,7 @@ | ||
| 66 | android:layout_width="7dp" | 66 | android:layout_width="7dp" |
| 67 | android:layout_height="13dp" | 67 | android:layout_height="13dp" |
| 68 | android:layout_marginRight="10dp" | 68 | android:layout_marginRight="10dp" |
| 69 | - android:background="@drawable/icon_item_right_arrow" | 69 | + android:background="@drawable/icon_xiaojia_item_right_arrow" |
| 70 | android:visibility="gone" /> | 70 | android:visibility="gone" /> |
| 71 | 71 | ||
| 72 | </LinearLayout> | 72 | </LinearLayout> |
| @@ -122,7 +122,7 @@ | @@ -122,7 +122,7 @@ | ||
| 122 | android:layout_width="7dp" | 122 | android:layout_width="7dp" |
| 123 | android:layout_height="13dp" | 123 | android:layout_height="13dp" |
| 124 | android:layout_marginRight="10dp" | 124 | android:layout_marginRight="10dp" |
| 125 | - android:background="@drawable/icon_item_right_arrow" | 125 | + android:background="@drawable/icon_xiaojia_item_right_arrow" |
| 126 | android:visibility="gone" /> | 126 | android:visibility="gone" /> |
| 127 | 127 | ||
| 128 | </LinearLayout> | 128 | </LinearLayout> |
| @@ -178,7 +178,7 @@ | @@ -178,7 +178,7 @@ | ||
| 178 | android:layout_width="7dp" | 178 | android:layout_width="7dp" |
| 179 | android:layout_height="13dp" | 179 | android:layout_height="13dp" |
| 180 | android:layout_marginRight="10dp" | 180 | android:layout_marginRight="10dp" |
| 181 | - android:background="@drawable/icon_item_right_arrow" | 181 | + android:background="@drawable/icon_xiaojia_item_right_arrow" |
| 182 | android:visibility="gone" /> | 182 | android:visibility="gone" /> |
| 183 | 183 | ||
| 184 | </LinearLayout> | 184 | </LinearLayout> |
module_xiaojiaSoundBox/src/main/res/layout/activity_device_instruction.xml
| @@ -39,13 +39,13 @@ | @@ -39,13 +39,13 @@ | ||
| 39 | android:layout_marginLeft="10dp" | 39 | android:layout_marginLeft="10dp" |
| 40 | android:layout_marginRight="10dp" | 40 | android:layout_marginRight="10dp" |
| 41 | android:layout_marginBottom="20dp" | 41 | android:layout_marginBottom="20dp" |
| 42 | - android:background="@drawable/shape_5_radius_white_bg" | 42 | + android:background="@drawable/shape_xiaojia_5_radius_white_bg" |
| 43 | android:gravity="center"> | 43 | android:gravity="center"> |
| 44 | 44 | ||
| 45 | <ImageView | 45 | <ImageView |
| 46 | android:layout_width="316dp" | 46 | android:layout_width="316dp" |
| 47 | android:layout_height="298dp" | 47 | android:layout_height="298dp" |
| 48 | - android:background="@drawable/key_instruction" /> | 48 | + android:background="@drawable/key_xiaojia_instruction" /> |
| 49 | </LinearLayout> | 49 | </LinearLayout> |
| 50 | 50 | ||
| 51 | <TextView | 51 | <TextView |
| @@ -65,7 +65,7 @@ | @@ -65,7 +65,7 @@ | ||
| 65 | android:layout_marginRight="10dp" | 65 | android:layout_marginRight="10dp" |
| 66 | android:layout_marginBottom="20dp" | 66 | android:layout_marginBottom="20dp" |
| 67 | android:adjustViewBounds="true" | 67 | android:adjustViewBounds="true" |
| 68 | - android:background="@drawable/light_instruction" | 68 | + android:background="@drawable/light_xiaojia_instruction" |
| 69 | android:maxHeight="348dp" | 69 | android:maxHeight="348dp" |
| 70 | android:scaleType="fitXY" /> | 70 | android:scaleType="fitXY" /> |
| 71 | </LinearLayout> | 71 | </LinearLayout> |
module_xiaojiaSoundBox/src/main/res/layout/activity_device_manager.xml
| @@ -31,7 +31,7 @@ | @@ -31,7 +31,7 @@ | ||
| 31 | <!-- android:layout_height="50dp"--> | 31 | <!-- android:layout_height="50dp"--> |
| 32 | <!-- android:layout_marginTop="10dp"--> | 32 | <!-- android:layout_marginTop="10dp"--> |
| 33 | <!-- android:layout_marginBottom="10dp"--> | 33 | <!-- android:layout_marginBottom="10dp"--> |
| 34 | -<!-- android:background="@drawable/selectable_item_white"--> | 34 | +<!-- android:background="@drawable/selectable_xiaojia_item_white"--> |
| 35 | <!-- android:clickable="true">--> | 35 | <!-- android:clickable="true">--> |
| 36 | 36 | ||
| 37 | <!-- <LinearLayout--> | 37 | <!-- <LinearLayout--> |
| @@ -77,7 +77,7 @@ | @@ -77,7 +77,7 @@ | ||
| 77 | <!-- android:layout_width="7dp"--> | 77 | <!-- android:layout_width="7dp"--> |
| 78 | <!-- android:layout_height="13dp"--> | 78 | <!-- android:layout_height="13dp"--> |
| 79 | <!-- android:layout_marginRight="10dp"--> | 79 | <!-- android:layout_marginRight="10dp"--> |
| 80 | -<!-- android:background="@drawable/icon_item_right_arrow" />--> | 80 | +<!-- android:background="@drawable/icon_xiaojia_item_right_arrow" />--> |
| 81 | 81 | ||
| 82 | <!-- </LinearLayout>--> | 82 | <!-- </LinearLayout>--> |
| 83 | 83 | ||
| @@ -89,7 +89,7 @@ | @@ -89,7 +89,7 @@ | ||
| 89 | <!-- android:layout_height="50dp"--> | 89 | <!-- android:layout_height="50dp"--> |
| 90 | <!-- android:layout_marginTop="10dp"--> | 90 | <!-- android:layout_marginTop="10dp"--> |
| 91 | <!-- android:layout_marginBottom="10dp"--> | 91 | <!-- android:layout_marginBottom="10dp"--> |
| 92 | -<!-- android:background="@drawable/selectable_item_white"--> | 92 | +<!-- android:background="@drawable/selectable_xiaojia_item_white"--> |
| 93 | <!-- android:clickable="true">--> | 93 | <!-- android:clickable="true">--> |
| 94 | 94 | ||
| 95 | <!-- <LinearLayout--> | 95 | <!-- <LinearLayout--> |
| @@ -134,7 +134,7 @@ | @@ -134,7 +134,7 @@ | ||
| 134 | <!-- android:layout_width="7dp"--> | 134 | <!-- android:layout_width="7dp"--> |
| 135 | <!-- android:layout_height="13dp"--> | 135 | <!-- android:layout_height="13dp"--> |
| 136 | <!-- android:layout_marginRight="10dp"--> | 136 | <!-- android:layout_marginRight="10dp"--> |
| 137 | -<!-- android:background="@drawable/icon_item_right_arrow" />--> | 137 | +<!-- android:background="@drawable/icon_xiaojia_item_right_arrow" />--> |
| 138 | 138 | ||
| 139 | <!-- </LinearLayout>--> | 139 | <!-- </LinearLayout>--> |
| 140 | 140 | ||
| @@ -146,7 +146,7 @@ | @@ -146,7 +146,7 @@ | ||
| 146 | <!-- android:layout_height="50dp"--> | 146 | <!-- android:layout_height="50dp"--> |
| 147 | <!-- android:layout_marginTop="10dp"--> | 147 | <!-- android:layout_marginTop="10dp"--> |
| 148 | <!-- android:layout_marginBottom="10dp"--> | 148 | <!-- android:layout_marginBottom="10dp"--> |
| 149 | -<!-- android:background="@drawable/selectable_item_white"--> | 149 | +<!-- android:background="@drawable/selectable_xiaojia_item_white"--> |
| 150 | <!-- android:clickable="true">--> | 150 | <!-- android:clickable="true">--> |
| 151 | 151 | ||
| 152 | <!-- <LinearLayout--> | 152 | <!-- <LinearLayout--> |
| @@ -191,7 +191,7 @@ | @@ -191,7 +191,7 @@ | ||
| 191 | <!-- android:layout_width="7dp"--> | 191 | <!-- android:layout_width="7dp"--> |
| 192 | <!-- android:layout_height="13dp"--> | 192 | <!-- android:layout_height="13dp"--> |
| 193 | <!-- android:layout_marginRight="10dp"--> | 193 | <!-- android:layout_marginRight="10dp"--> |
| 194 | -<!-- android:background="@drawable/icon_item_right_arrow" />--> | 194 | +<!-- android:background="@drawable/icon_xiaojia_item_right_arrow" />--> |
| 195 | 195 | ||
| 196 | <!-- </LinearLayout>--> | 196 | <!-- </LinearLayout>--> |
| 197 | 197 | ||
| @@ -203,7 +203,7 @@ | @@ -203,7 +203,7 @@ | ||
| 203 | <!-- android:layout_height="50dp"--> | 203 | <!-- android:layout_height="50dp"--> |
| 204 | <!-- android:layout_marginTop="10dp"--> | 204 | <!-- android:layout_marginTop="10dp"--> |
| 205 | <!-- android:layout_marginBottom="10dp"--> | 205 | <!-- android:layout_marginBottom="10dp"--> |
| 206 | -<!-- android:background="@drawable/selectable_item_white"--> | 206 | +<!-- android:background="@drawable/selectable_xiaojia_item_white"--> |
| 207 | <!-- android:clickable="true">--> | 207 | <!-- android:clickable="true">--> |
| 208 | 208 | ||
| 209 | <!-- <LinearLayout--> | 209 | <!-- <LinearLayout--> |
| @@ -248,7 +248,7 @@ | @@ -248,7 +248,7 @@ | ||
| 248 | <!-- android:layout_width="7dp"--> | 248 | <!-- android:layout_width="7dp"--> |
| 249 | <!-- android:layout_height="13dp"--> | 249 | <!-- android:layout_height="13dp"--> |
| 250 | <!-- android:layout_marginRight="10dp"--> | 250 | <!-- android:layout_marginRight="10dp"--> |
| 251 | -<!-- android:background="@drawable/icon_item_right_arrow" />--> | 251 | +<!-- android:background="@drawable/icon_xiaojia_item_right_arrow" />--> |
| 252 | 252 | ||
| 253 | <!-- </LinearLayout>--> | 253 | <!-- </LinearLayout>--> |
| 254 | 254 | ||
| @@ -260,7 +260,7 @@ | @@ -260,7 +260,7 @@ | ||
| 260 | <!-- android:layout_width="match_parent"--> | 260 | <!-- android:layout_width="match_parent"--> |
| 261 | <!-- android:layout_height="60dp"--> | 261 | <!-- android:layout_height="60dp"--> |
| 262 | <!-- android:layout_alignParentBottom="true"--> | 262 | <!-- android:layout_alignParentBottom="true"--> |
| 263 | -<!-- android:background="@drawable/selectable_item_white"--> | 263 | +<!-- android:background="@drawable/selectable_xiaojia_item_white"--> |
| 264 | <!-- android:clickable="true"--> | 264 | <!-- android:clickable="true"--> |
| 265 | <!-- android:gravity="center"--> | 265 | <!-- android:gravity="center"--> |
| 266 | <!-- android:text="删除设备"--> | 266 | <!-- android:text="删除设备"--> |
module_xiaojiaSoundBox/src/main/res/layout/activity_remote_control.xml
| @@ -27,7 +27,7 @@ | @@ -27,7 +27,7 @@ | ||
| 27 | android:layout_width="match_parent" | 27 | android:layout_width="match_parent" |
| 28 | android:layout_height="90dp" | 28 | android:layout_height="90dp" |
| 29 | android:layout_margin="10dp" | 29 | android:layout_margin="10dp" |
| 30 | - android:background="@drawable/shape_10_radius_white_bg" | 30 | + android:background="@drawable/shape_xiaojia_10_radius_white_bg" |
| 31 | android:clickable="true" | 31 | android:clickable="true" |
| 32 | android:orientation="vertical"> | 32 | android:orientation="vertical"> |
| 33 | 33 | ||
| @@ -55,8 +55,8 @@ | @@ -55,8 +55,8 @@ | ||
| 55 | android:layout_height="wrap_content" | 55 | android:layout_height="wrap_content" |
| 56 | android:layout_gravity="right" | 56 | android:layout_gravity="right" |
| 57 | android:layout_marginRight="10dp" | 57 | android:layout_marginRight="10dp" |
| 58 | - app:kswBackDrawable="@drawable/miui_back_drawable" | ||
| 59 | - app:kswThumbDrawable="@drawable/miui_thumb_drawable" | 58 | + app:kswBackDrawable="@drawable/miui_xiaojia_back_drawable" |
| 59 | + app:kswThumbDrawable="@drawable/miui_xiaojia_thumb_drawable" | ||
| 60 | app:kswThumbHeight="20dp" | 60 | app:kswThumbHeight="20dp" |
| 61 | app:kswThumbRangeRatio="2.1" | 61 | app:kswThumbRangeRatio="2.1" |
| 62 | app:kswThumbWidth="20dp" /> | 62 | app:kswThumbWidth="20dp" /> |
module_xiaojiaSoundBox/src/main/res/layout/activity_share_friend.xml
| @@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
| 22 | android:layout_marginTop="20dp" | 22 | android:layout_marginTop="20dp" |
| 23 | android:layout_marginRight="20dp" | 23 | android:layout_marginRight="20dp" |
| 24 | android:layout_marginBottom="60dp" | 24 | android:layout_marginBottom="60dp" |
| 25 | - android:background="@drawable/family_bg"> | 25 | + android:background="@drawable/xiaojia_family_bg"> |
| 26 | 26 | ||
| 27 | <LinearLayout | 27 | <LinearLayout |
| 28 | android:layout_width="match_parent" | 28 | android:layout_width="match_parent" |
| @@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
| 41 | android:id="@+id/img_icon" | 41 | android:id="@+id/img_icon" |
| 42 | android:layout_width="37dp" | 42 | android:layout_width="37dp" |
| 43 | android:layout_height="37dp" | 43 | android:layout_height="37dp" |
| 44 | - android:src="@drawable/icon_friend" /> | 44 | + android:src="@drawable/icon_xiaojia_friend" /> |
| 45 | 45 | ||
| 46 | <TextView | 46 | <TextView |
| 47 | android:id="@+id/name" | 47 | android:id="@+id/name" |
module_xiaojiaSoundBox/src/main/res/layout/dialog_edit_role.xml
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | android:id="@+id/ll_child" | 9 | android:id="@+id/ll_child" |
| 10 | android:layout_width="match_parent" | 10 | android:layout_width="match_parent" |
| 11 | android:layout_height="wrap_content" | 11 | android:layout_height="wrap_content" |
| 12 | - android:background="@drawable/free_dialog_bg" | 12 | + android:background="@drawable/free_xiaojia_dialog_bg" |
| 13 | android:orientation="vertical" | 13 | android:orientation="vertical" |
| 14 | android:paddingTop="10dp"> | 14 | android:paddingTop="10dp"> |
| 15 | 15 | ||
| @@ -84,7 +84,7 @@ | @@ -84,7 +84,7 @@ | ||
| 84 | android:layout_width="match_parent" | 84 | android:layout_width="match_parent" |
| 85 | android:layout_height="match_parent" | 85 | android:layout_height="match_parent" |
| 86 | android:layout_gravity="center" | 86 | android:layout_gravity="center" |
| 87 | - android:background="@drawable/selector_dialog_btn_left" | 87 | + android:background="@drawable/selector_xiaojia_dialog_btn_left" |
| 88 | android:text="取消" | 88 | android:text="取消" |
| 89 | android:textColor="@color/color_282828" | 89 | android:textColor="@color/color_282828" |
| 90 | android:textSize="17sp" /> | 90 | android:textSize="17sp" /> |
| @@ -107,7 +107,7 @@ | @@ -107,7 +107,7 @@ | ||
| 107 | android:layout_width="match_parent" | 107 | android:layout_width="match_parent" |
| 108 | android:layout_height="match_parent" | 108 | android:layout_height="match_parent" |
| 109 | android:layout_gravity="center" | 109 | android:layout_gravity="center" |
| 110 | - android:background="@drawable/selector_dialog_btn_right" | 110 | + android:background="@drawable/selector_xiaojia_dialog_btn_right" |
| 111 | android:text="保存" | 111 | android:text="保存" |
| 112 | android:textColor="@color/btn_green" | 112 | android:textColor="@color/btn_green" |
| 113 | android:textSize="17sp" /> | 113 | android:textSize="17sp" /> |
module_xiaojiaSoundBox/src/main/res/layout/dialog_select.xml
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | android:id="@+id/ll_child" | 9 | android:id="@+id/ll_child" |
| 10 | android:layout_width="match_parent" | 10 | android:layout_width="match_parent" |
| 11 | android:layout_height="wrap_content" | 11 | android:layout_height="wrap_content" |
| 12 | - android:background="@drawable/free_dialog_bg" | 12 | + android:background="@drawable/free_xiaojia_dialog_bg" |
| 13 | android:orientation="vertical" | 13 | android:orientation="vertical" |
| 14 | android:paddingTop="10dp"> | 14 | android:paddingTop="10dp"> |
| 15 | 15 | ||
| @@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
| 52 | android:layout_width="match_parent" | 52 | android:layout_width="match_parent" |
| 53 | android:layout_height="match_parent" | 53 | android:layout_height="match_parent" |
| 54 | android:layout_gravity="center" | 54 | android:layout_gravity="center" |
| 55 | - android:background="@drawable/selector_dialog_btn_left" | 55 | + android:background="@drawable/selector_xiaojia_dialog_btn_left" |
| 56 | android:text="否" | 56 | android:text="否" |
| 57 | android:textColor="@color/btn_green" | 57 | android:textColor="@color/btn_green" |
| 58 | android:textSize="15sp" | 58 | android:textSize="15sp" |
| @@ -76,7 +76,7 @@ | @@ -76,7 +76,7 @@ | ||
| 76 | android:layout_width="match_parent" | 76 | android:layout_width="match_parent" |
| 77 | android:layout_height="match_parent" | 77 | android:layout_height="match_parent" |
| 78 | android:layout_gravity="center" | 78 | android:layout_gravity="center" |
| 79 | - android:background="@drawable/selector_dialog_btn_right" | 79 | + android:background="@drawable/selector_xiaojia_dialog_btn_right" |
| 80 | android:text="否" | 80 | android:text="否" |
| 81 | android:textColor="@color/btn_green" | 81 | android:textColor="@color/btn_green" |
| 82 | android:textSize="15sp" | 82 | android:textSize="15sp" |
module_xiaojiaSoundBox/src/main/res/layout/dialog_tip.xml
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | android:id="@+id/ll_child" | 9 | android:id="@+id/ll_child" |
| 10 | android:layout_width="match_parent" | 10 | android:layout_width="match_parent" |
| 11 | android:layout_height="wrap_content" | 11 | android:layout_height="wrap_content" |
| 12 | - android:background="@drawable/free_dialog_bg" | 12 | + android:background="@drawable/free_xiaojia_dialog_bg" |
| 13 | android:orientation="vertical" | 13 | android:orientation="vertical" |
| 14 | android:paddingTop="10dp"> | 14 | android:paddingTop="10dp"> |
| 15 | 15 | ||
| @@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
| 52 | android:layout_width="match_parent" | 52 | android:layout_width="match_parent" |
| 53 | android:layout_height="match_parent" | 53 | android:layout_height="match_parent" |
| 54 | android:layout_gravity="center" | 54 | android:layout_gravity="center" |
| 55 | - android:background="@drawable/selector_tip_dialog_btn_bottom" | 55 | + android:background="@drawable/selector_xiaojia_tip_dialog_btn_bottom" |
| 56 | android:text="好的" | 56 | android:text="好的" |
| 57 | android:textColor="@color/btn_green" | 57 | android:textColor="@color/btn_green" |
| 58 | android:textSize="15sp" /> | 58 | android:textSize="15sp" /> |
module_xiaojiaSoundBox/src/main/res/layout/dialog_wifi_pwd.xml
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | android:id="@+id/ll_child" | 9 | android:id="@+id/ll_child" |
| 10 | android:layout_width="match_parent" | 10 | android:layout_width="match_parent" |
| 11 | android:layout_height="wrap_content" | 11 | android:layout_height="wrap_content" |
| 12 | - android:background="@drawable/free_dialog_bg" | 12 | + android:background="@drawable/free_xiaojia_dialog_bg" |
| 13 | android:orientation="vertical" | 13 | android:orientation="vertical" |
| 14 | android:paddingTop="10dp"> | 14 | android:paddingTop="10dp"> |
| 15 | 15 | ||
| @@ -64,7 +64,7 @@ | @@ -64,7 +64,7 @@ | ||
| 64 | android:layout_height="13dp" | 64 | android:layout_height="13dp" |
| 65 | android:layout_gravity="center_vertical|right" | 65 | android:layout_gravity="center_vertical|right" |
| 66 | android:layout_marginRight="30dp" | 66 | android:layout_marginRight="30dp" |
| 67 | - android:background="@drawable/icon_no_see_pwd" /> | 67 | + android:background="@drawable/icon_xiaojia_no_see_pwd" /> |
| 68 | </FrameLayout> | 68 | </FrameLayout> |
| 69 | 69 | ||
| 70 | <View | 70 | <View |
| @@ -91,7 +91,7 @@ | @@ -91,7 +91,7 @@ | ||
| 91 | android:layout_width="match_parent" | 91 | android:layout_width="match_parent" |
| 92 | android:layout_height="match_parent" | 92 | android:layout_height="match_parent" |
| 93 | android:layout_gravity="center" | 93 | android:layout_gravity="center" |
| 94 | - android:background="@drawable/selector_dialog_btn_left" | 94 | + android:background="@drawable/selector_xiaojia_dialog_btn_left" |
| 95 | android:text="否" | 95 | android:text="否" |
| 96 | android:textColor="@color/black" | 96 | android:textColor="@color/black" |
| 97 | android:textSize="15sp" | 97 | android:textSize="15sp" |
| @@ -115,7 +115,7 @@ | @@ -115,7 +115,7 @@ | ||
| 115 | android:layout_width="match_parent" | 115 | android:layout_width="match_parent" |
| 116 | android:layout_height="match_parent" | 116 | android:layout_height="match_parent" |
| 117 | android:layout_gravity="center" | 117 | android:layout_gravity="center" |
| 118 | - android:background="@drawable/selector_dialog_btn_right" | 118 | + android:background="@drawable/selector_xiaojia_dialog_btn_right" |
| 119 | android:clickable="false" | 119 | android:clickable="false" |
| 120 | android:text="否" | 120 | android:text="否" |
| 121 | android:textColor="@color/line" | 121 | android:textColor="@color/line" |
module_xiaojiaSoundBox/src/main/res/layout/fragment_change_device_name.xml
| @@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
| 48 | android:layout_width="wrap_content" | 48 | android:layout_width="wrap_content" |
| 49 | android:layout_height="wrap_content" | 49 | android:layout_height="wrap_content" |
| 50 | android:layout_marginRight="20dp" | 50 | android:layout_marginRight="20dp" |
| 51 | - android:background="@drawable/icon_gray_close" | 51 | + android:background="@drawable/icon_xiaojia_gray_close" |
| 52 | android:visibility="invisible" /> | 52 | android:visibility="invisible" /> |
| 53 | </LinearLayout> | 53 | </LinearLayout> |
| 54 | 54 |
module_xiaojiaSoundBox/src/main/res/layout/fragment_device_detail.xml
| @@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
| 17 | android:layout_width="match_parent" | 17 | android:layout_width="match_parent" |
| 18 | android:layout_height="90dp" | 18 | android:layout_height="90dp" |
| 19 | android:layout_margin="10dp" | 19 | android:layout_margin="10dp" |
| 20 | - android:background="@drawable/shape_10_radius_white_bg" | 20 | + android:background="@drawable/shape_xiaojia_10_radius_white_bg" |
| 21 | android:clickable="true" | 21 | android:clickable="true" |
| 22 | android:orientation="vertical" | 22 | android:orientation="vertical" |
| 23 | android:visibility="gone"> | 23 | android:visibility="gone"> |
| @@ -46,8 +46,8 @@ | @@ -46,8 +46,8 @@ | ||
| 46 | android:layout_height="wrap_content" | 46 | android:layout_height="wrap_content" |
| 47 | android:layout_gravity="right" | 47 | android:layout_gravity="right" |
| 48 | android:layout_marginRight="10dp" | 48 | android:layout_marginRight="10dp" |
| 49 | - app:kswBackDrawable="@drawable/miui_back_drawable" | ||
| 50 | - app:kswThumbDrawable="@drawable/miui_thumb_drawable" | 49 | + app:kswBackDrawable="@drawable/miui_xiaojia_back_drawable" |
| 50 | + app:kswThumbDrawable="@drawable/miui_xiaojia_thumb_drawable" | ||
| 51 | app:kswThumbHeight="20dp" | 51 | app:kswThumbHeight="20dp" |
| 52 | app:kswThumbRangeRatio="2.1" | 52 | app:kswThumbRangeRatio="2.1" |
| 53 | app:kswThumbWidth="20dp" /> | 53 | app:kswThumbWidth="20dp" /> |
| @@ -76,7 +76,7 @@ | @@ -76,7 +76,7 @@ | ||
| 76 | android:layout_width="match_parent" | 76 | android:layout_width="match_parent" |
| 77 | android:layout_height="wrap_content" | 77 | android:layout_height="wrap_content" |
| 78 | android:layout_margin="10dp" | 78 | android:layout_margin="10dp" |
| 79 | - android:background="@drawable/shape_10_radius_white_bg" | 79 | + android:background="@drawable/shape_xiaojia_10_radius_white_bg" |
| 80 | android:orientation="vertical"> | 80 | android:orientation="vertical"> |
| 81 | <!--使用者管理--> | 81 | <!--使用者管理--> |
| 82 | <LinearLayout | 82 | <LinearLayout |
| @@ -96,7 +96,7 @@ | @@ -96,7 +96,7 @@ | ||
| 96 | android:layout_height="29dp" | 96 | android:layout_height="29dp" |
| 97 | android:layout_centerVertical="true" | 97 | android:layout_centerVertical="true" |
| 98 | android:layout_marginLeft="10dp" | 98 | android:layout_marginLeft="10dp" |
| 99 | - android:background="@drawable/icon_user_manager" /> | 99 | + android:background="@drawable/icon_xiaojia_user_manager" /> |
| 100 | 100 | ||
| 101 | <TextView | 101 | <TextView |
| 102 | android:layout_width="wrap_content" | 102 | android:layout_width="wrap_content" |
| @@ -113,7 +113,7 @@ | @@ -113,7 +113,7 @@ | ||
| 113 | android:layout_alignParentRight="true" | 113 | android:layout_alignParentRight="true" |
| 114 | android:layout_centerVertical="true" | 114 | android:layout_centerVertical="true" |
| 115 | android:layout_marginRight="10dp" | 115 | android:layout_marginRight="10dp" |
| 116 | - android:background="@drawable/icon_item_right_arrow" /> | 116 | + android:background="@drawable/icon_xiaojia_item_right_arrow" /> |
| 117 | </RelativeLayout> | 117 | </RelativeLayout> |
| 118 | 118 | ||
| 119 | <View | 119 | <View |
| @@ -138,7 +138,7 @@ | @@ -138,7 +138,7 @@ | ||
| 138 | android:layout_height="21dp" | 138 | android:layout_height="21dp" |
| 139 | android:layout_centerVertical="true" | 139 | android:layout_centerVertical="true" |
| 140 | android:layout_marginLeft="13dp" | 140 | android:layout_marginLeft="13dp" |
| 141 | - android:background="@drawable/icon_device_manager" /> | 141 | + android:background="@drawable/icon_xiaojia_device_manager" /> |
| 142 | 142 | ||
| 143 | <TextView | 143 | <TextView |
| 144 | android:layout_width="wrap_content" | 144 | android:layout_width="wrap_content" |
| @@ -155,7 +155,7 @@ | @@ -155,7 +155,7 @@ | ||
| 155 | android:layout_centerVertical="true" | 155 | android:layout_centerVertical="true" |
| 156 | android:layout_marginRight="10dp" | 156 | android:layout_marginRight="10dp" |
| 157 | android:layout_toLeftOf="@id/iv_device_manager_continue" | 157 | android:layout_toLeftOf="@id/iv_device_manager_continue" |
| 158 | - android:background="@drawable/shape_red_circle" | 158 | + android:background="@drawable/shape_xiaojia_red_circle" |
| 159 | android:visibility="gone" /> | 159 | android:visibility="gone" /> |
| 160 | 160 | ||
| 161 | <ImageView | 161 | <ImageView |
| @@ -165,7 +165,7 @@ | @@ -165,7 +165,7 @@ | ||
| 165 | android:layout_alignParentRight="true" | 165 | android:layout_alignParentRight="true" |
| 166 | android:layout_centerVertical="true" | 166 | android:layout_centerVertical="true" |
| 167 | android:layout_marginRight="10dp" | 167 | android:layout_marginRight="10dp" |
| 168 | - android:background="@drawable/icon_item_right_arrow" /> | 168 | + android:background="@drawable/icon_xiaojia_item_right_arrow" /> |
| 169 | </RelativeLayout> | 169 | </RelativeLayout> |
| 170 | 170 | ||
| 171 | <View | 171 | <View |
| @@ -187,7 +187,7 @@ | @@ -187,7 +187,7 @@ | ||
| 187 | android:layout_height="23dp" | 187 | android:layout_height="23dp" |
| 188 | android:layout_centerVertical="true" | 188 | android:layout_centerVertical="true" |
| 189 | android:layout_marginLeft="13dp" | 189 | android:layout_marginLeft="13dp" |
| 190 | - android:background="@drawable/icon_device_declare" /> | 190 | + android:background="@drawable/icon_xiaojia_device_declare" /> |
| 191 | 191 | ||
| 192 | <TextView | 192 | <TextView |
| 193 | android:layout_width="wrap_content" | 193 | android:layout_width="wrap_content" |
| @@ -204,7 +204,7 @@ | @@ -204,7 +204,7 @@ | ||
| 204 | android:layout_alignParentRight="true" | 204 | android:layout_alignParentRight="true" |
| 205 | android:layout_centerVertical="true" | 205 | android:layout_centerVertical="true" |
| 206 | android:layout_marginRight="10dp" | 206 | android:layout_marginRight="10dp" |
| 207 | - android:background="@drawable/icon_item_right_arrow" /> | 207 | + android:background="@drawable/icon_xiaojia_item_right_arrow" /> |
| 208 | </RelativeLayout> | 208 | </RelativeLayout> |
| 209 | <!-- --> | 209 | <!-- --> |
| 210 | </LinearLayout> | 210 | </LinearLayout> |
module_xiaojiaSoundBox/src/main/res/layout/fragment_device_manager.xml
| @@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
| 38 | <!-- <TextView--> | 38 | <!-- <TextView--> |
| 39 | <!-- android:layout_width="match_parent"--> | 39 | <!-- android:layout_width="match_parent"--> |
| 40 | <!-- android:layout_height="60dp"--> | 40 | <!-- android:layout_height="60dp"--> |
| 41 | - <!-- android:background="@drawable/selectable_item_white"--> | 41 | + <!-- android:background="@drawable/selectable_xiaojia_item_white"--> |
| 42 | <!-- android:gravity="center"--> | 42 | <!-- android:gravity="center"--> |
| 43 | <!-- android:text="删除设备"--> | 43 | <!-- android:text="删除设备"--> |
| 44 | <!-- android:clickable="true"--> | 44 | <!-- android:clickable="true"--> |
| @@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
| 74 | android:layout_height="50dp" | 74 | android:layout_height="50dp" |
| 75 | android:layout_marginTop="10dp" | 75 | android:layout_marginTop="10dp" |
| 76 | android:layout_marginBottom="10dp" | 76 | android:layout_marginBottom="10dp" |
| 77 | - android:background="@drawable/selectable_item_white" | 77 | + android:background="@drawable/selectable_xiaojia_item_white" |
| 78 | android:clickable="true"> | 78 | android:clickable="true"> |
| 79 | 79 | ||
| 80 | <LinearLayout | 80 | <LinearLayout |
| @@ -120,7 +120,7 @@ | @@ -120,7 +120,7 @@ | ||
| 120 | android:layout_width="7dp" | 120 | android:layout_width="7dp" |
| 121 | android:layout_height="13dp" | 121 | android:layout_height="13dp" |
| 122 | android:layout_marginRight="10dp" | 122 | android:layout_marginRight="10dp" |
| 123 | - android:background="@drawable/icon_item_right_arrow" /> | 123 | + android:background="@drawable/icon_xiaojia_item_right_arrow" /> |
| 124 | 124 | ||
| 125 | </LinearLayout> | 125 | </LinearLayout> |
| 126 | 126 | ||
| @@ -132,7 +132,7 @@ | @@ -132,7 +132,7 @@ | ||
| 132 | android:layout_height="50dp" | 132 | android:layout_height="50dp" |
| 133 | android:layout_marginTop="10dp" | 133 | android:layout_marginTop="10dp" |
| 134 | android:layout_marginBottom="10dp" | 134 | android:layout_marginBottom="10dp" |
| 135 | - android:background="@drawable/selectable_item_white" | 135 | + android:background="@drawable/selectable_xiaojia_item_white" |
| 136 | android:clickable="true"> | 136 | android:clickable="true"> |
| 137 | 137 | ||
| 138 | <LinearLayout | 138 | <LinearLayout |
| @@ -176,7 +176,7 @@ | @@ -176,7 +176,7 @@ | ||
| 176 | android:layout_width="7dp" | 176 | android:layout_width="7dp" |
| 177 | android:layout_height="13dp" | 177 | android:layout_height="13dp" |
| 178 | android:layout_marginRight="10dp" | 178 | android:layout_marginRight="10dp" |
| 179 | - android:background="@drawable/icon_item_right_arrow" /> | 179 | + android:background="@drawable/icon_xiaojia_item_right_arrow" /> |
| 180 | 180 | ||
| 181 | </LinearLayout> | 181 | </LinearLayout> |
| 182 | 182 | ||
| @@ -188,7 +188,7 @@ | @@ -188,7 +188,7 @@ | ||
| 188 | android:layout_height="50dp" | 188 | android:layout_height="50dp" |
| 189 | android:layout_marginTop="10dp" | 189 | android:layout_marginTop="10dp" |
| 190 | android:layout_marginBottom="10dp" | 190 | android:layout_marginBottom="10dp" |
| 191 | - android:background="@drawable/selectable_item_white" | 191 | + android:background="@drawable/selectable_xiaojia_item_white" |
| 192 | android:clickable="true"> | 192 | android:clickable="true"> |
| 193 | 193 | ||
| 194 | <LinearLayout | 194 | <LinearLayout |
| @@ -233,7 +233,7 @@ | @@ -233,7 +233,7 @@ | ||
| 233 | android:layout_width="7dp" | 233 | android:layout_width="7dp" |
| 234 | android:layout_height="13dp" | 234 | android:layout_height="13dp" |
| 235 | android:layout_marginRight="10dp" | 235 | android:layout_marginRight="10dp" |
| 236 | - android:background="@drawable/icon_item_right_arrow" /> | 236 | + android:background="@drawable/icon_xiaojia_item_right_arrow" /> |
| 237 | 237 | ||
| 238 | </LinearLayout> | 238 | </LinearLayout> |
| 239 | 239 | ||
| @@ -245,7 +245,7 @@ | @@ -245,7 +245,7 @@ | ||
| 245 | android:layout_height="50dp" | 245 | android:layout_height="50dp" |
| 246 | android:layout_marginTop="10dp" | 246 | android:layout_marginTop="10dp" |
| 247 | android:layout_marginBottom="10dp" | 247 | android:layout_marginBottom="10dp" |
| 248 | - android:background="@drawable/selectable_item_white" | 248 | + android:background="@drawable/selectable_xiaojia_item_white" |
| 249 | android:clickable="true"> | 249 | android:clickable="true"> |
| 250 | 250 | ||
| 251 | <LinearLayout | 251 | <LinearLayout |
| @@ -290,7 +290,7 @@ | @@ -290,7 +290,7 @@ | ||
| 290 | android:layout_width="7dp" | 290 | android:layout_width="7dp" |
| 291 | android:layout_height="13dp" | 291 | android:layout_height="13dp" |
| 292 | android:layout_marginRight="10dp" | 292 | android:layout_marginRight="10dp" |
| 293 | - android:background="@drawable/icon_item_right_arrow" /> | 293 | + android:background="@drawable/icon_xiaojia_item_right_arrow" /> |
| 294 | 294 | ||
| 295 | </LinearLayout> | 295 | </LinearLayout> |
| 296 | 296 | ||
| @@ -303,7 +303,7 @@ | @@ -303,7 +303,7 @@ | ||
| 303 | android:layout_width="match_parent" | 303 | android:layout_width="match_parent" |
| 304 | android:layout_height="60dp" | 304 | android:layout_height="60dp" |
| 305 | android:layout_alignParentBottom="true" | 305 | android:layout_alignParentBottom="true" |
| 306 | - android:background="@drawable/selectable_item_white" | 306 | + android:background="@drawable/selectable_xiaojia_item_white" |
| 307 | android:clickable="true" | 307 | android:clickable="true" |
| 308 | android:gravity="center" | 308 | android:gravity="center" |
| 309 | android:text="删除设备" | 309 | android:text="删除设备" |
module_xiaojiaSoundBox/src/main/res/layout/fragment_firmware_update.xml
| @@ -98,7 +98,7 @@ | @@ -98,7 +98,7 @@ | ||
| 98 | android:layout_gravity="center" | 98 | android:layout_gravity="center" |
| 99 | android:layout_marginLeft="50dp" | 99 | android:layout_marginLeft="50dp" |
| 100 | android:layout_marginBottom="10dp" | 100 | android:layout_marginBottom="10dp" |
| 101 | - android:background="@drawable/shape_red_circle" | 101 | + android:background="@drawable/shape_xiaojia_red_circle" |
| 102 | android:visibility="gone" /> | 102 | android:visibility="gone" /> |
| 103 | </FrameLayout> | 103 | </FrameLayout> |
| 104 | 104 |
module_xiaojiaSoundBox/src/main/res/layout/fragment_select_im_friend.xml
| @@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
| 26 | android:layout_width="match_parent" | 26 | android:layout_width="match_parent" |
| 27 | android:layout_height="40dp" | 27 | android:layout_height="40dp" |
| 28 | android:layout_margin="10dp" | 28 | android:layout_margin="10dp" |
| 29 | - android:background="@drawable/shape_10_radius_white_bg" | 29 | + android:background="@drawable/shape_xiaojia_10_radius_white_bg" |
| 30 | android:gravity="center_vertical"> | 30 | android:gravity="center_vertical"> |
| 31 | 31 | ||
| 32 | <ImageView | 32 | <ImageView |
| @@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
| 34 | android:layout_height="14dp" | 34 | android:layout_height="14dp" |
| 35 | android:layout_centerVertical="true" | 35 | android:layout_centerVertical="true" |
| 36 | android:layout_marginLeft="10dp" | 36 | android:layout_marginLeft="10dp" |
| 37 | - android:src="@drawable/icon_search" /> | 37 | + android:src="@drawable/icon_xiaojia_search" /> |
| 38 | 38 | ||
| 39 | <EditText | 39 | <EditText |
| 40 | android:id="@+id/et_query" | 40 | android:id="@+id/et_query" |
| @@ -57,7 +57,7 @@ | @@ -57,7 +57,7 @@ | ||
| 57 | android:layout_centerVertical="true" | 57 | android:layout_centerVertical="true" |
| 58 | android:layout_marginLeft="5dp" | 58 | android:layout_marginLeft="5dp" |
| 59 | android:layout_marginRight="10dp" | 59 | android:layout_marginRight="10dp" |
| 60 | - android:background="@drawable/ic_delete" | 60 | + android:background="@drawable/ic_xiaojia_delete" |
| 61 | android:visibility="gone" /> | 61 | android:visibility="gone" /> |
| 62 | </LinearLayout> | 62 | </LinearLayout> |
| 63 | 63 | ||
| @@ -77,9 +77,9 @@ | @@ -77,9 +77,9 @@ | ||
| 77 | android:layout_height="match_parent" | 77 | android:layout_height="match_parent" |
| 78 | android:layout_alignParentRight="true" | 78 | android:layout_alignParentRight="true" |
| 79 | android:layout_gravity="right" | 79 | android:layout_gravity="right" |
| 80 | - letterBar:lbLetterBarBackground="@drawable/bg_letterbar" | ||
| 81 | - letterBar:lbLetterBarTextColor="@drawable/selector_letterbar_text" | ||
| 82 | - letterBar:lbOverlayBackground="@drawable/bg_overlay" | 80 | + letterBar:lbLetterBarBackground="@drawable/bg_xiaojia_letterbar" |
| 81 | + letterBar:lbLetterBarTextColor="@drawable/selector_xiaojia_letterbar_text" | ||
| 82 | + letterBar:lbOverlayBackground="@drawable/bg_xiaojia_overlay" | ||
| 83 | letterBar:lbOverlayTextColor="#FFF" | 83 | letterBar:lbOverlayTextColor="#FFF" |
| 84 | letterBar:lbOverlayTextSize="40sp" /> | 84 | letterBar:lbOverlayTextSize="40sp" /> |
| 85 | </FrameLayout> | 85 | </FrameLayout> |
module_xiaojiaSoundBox/src/main/res/layout/fragment_set_friend_role.xml
| @@ -47,7 +47,7 @@ | @@ -47,7 +47,7 @@ | ||
| 47 | <ImageView | 47 | <ImageView |
| 48 | android:layout_width="25dp" | 48 | android:layout_width="25dp" |
| 49 | android:layout_height="25dp" | 49 | android:layout_height="25dp" |
| 50 | - android:background="@drawable/icon_set_role_close" /> | 50 | + android:background="@drawable/icon_xiaojia_set_role_close" /> |
| 51 | </LinearLayout> | 51 | </LinearLayout> |
| 52 | </FrameLayout> | 52 | </FrameLayout> |
| 53 | <!-- --> | 53 | <!-- --> |
module_xiaojiaSoundBox/src/main/res/layout/fragment_user_manager.xml
| @@ -37,7 +37,7 @@ | @@ -37,7 +37,7 @@ | ||
| 37 | <ImageView | 37 | <ImageView |
| 38 | android:layout_width="25dp" | 38 | android:layout_width="25dp" |
| 39 | android:layout_height="25dp" | 39 | android:layout_height="25dp" |
| 40 | - android:background="@drawable/icon_set_role_close" /> | 40 | + android:background="@drawable/icon_xiaojia_set_role_close" /> |
| 41 | </LinearLayout> | 41 | </LinearLayout> |
| 42 | </FrameLayout> | 42 | </FrameLayout> |
| 43 | 43 |
module_xiaojiaSoundBox/src/main/res/layout/item_list_menu_sound_box_name.xml
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | android:layout_marginTop="10dp" | 7 | android:layout_marginTop="10dp" |
| 8 | android:layout_marginBottom="10dp" | 8 | android:layout_marginBottom="10dp" |
| 9 | android:id="@+id/ll_root" | 9 | android:id="@+id/ll_root" |
| 10 | - android:background="@drawable/selectable_item_white" | 10 | + android:background="@drawable/selectable_xiaojia_item_white" |
| 11 | android:clickable="true"> | 11 | android:clickable="true"> |
| 12 | 12 | ||
| 13 | <LinearLayout | 13 | <LinearLayout |
| @@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
| 52 | android:layout_width="7dp" | 52 | android:layout_width="7dp" |
| 53 | android:layout_height="13dp" | 53 | android:layout_height="13dp" |
| 54 | android:layout_marginRight="10dp" | 54 | android:layout_marginRight="10dp" |
| 55 | - android:background="@drawable/icon_item_right_arrow" /> | 55 | + android:background="@drawable/icon_xiaojia_item_right_arrow" /> |
| 56 | 56 | ||
| 57 | </LinearLayout> | 57 | </LinearLayout> |
| 58 | 58 |
module_xiaojiaSoundBox/src/main/res/layout/item_list_menu_switch.xml
| @@ -34,8 +34,8 @@ | @@ -34,8 +34,8 @@ | ||
| 34 | android:layout_height="wrap_content" | 34 | android:layout_height="wrap_content" |
| 35 | android:layout_gravity="right" | 35 | android:layout_gravity="right" |
| 36 | android:layout_marginRight="10dp" | 36 | android:layout_marginRight="10dp" |
| 37 | - app:kswBackDrawable="@drawable/miui_back_drawable" | ||
| 38 | - app:kswThumbDrawable="@drawable/miui_thumb_drawable" | 37 | + app:kswBackDrawable="@drawable/miui_xiaojia_back_drawable" |
| 38 | + app:kswThumbDrawable="@drawable/miui_xiaojia_thumb_drawable" | ||
| 39 | app:kswThumbHeight="20dp" | 39 | app:kswThumbHeight="20dp" |
| 40 | app:kswThumbRangeRatio="2.1" | 40 | app:kswThumbRangeRatio="2.1" |
| 41 | app:kswThumbWidth="20dp" /> | 41 | app:kswThumbWidth="20dp" /> |
module_xiaojiaSoundBox/src/main/res/layout/item_list_set_role_check_box.xml
| @@ -14,13 +14,13 @@ | @@ -14,13 +14,13 @@ | ||
| 14 | android:layout_width="61dp" | 14 | android:layout_width="61dp" |
| 15 | android:layout_height="24dp" | 15 | android:layout_height="24dp" |
| 16 | android:layout_margin="10dp" | 16 | android:layout_margin="10dp" |
| 17 | - android:background="@drawable/selector_shape_check_box_bg" | 17 | + android:background="@drawable/selector_xiaojia_shape_check_box_bg" |
| 18 | android:button="@null" | 18 | android:button="@null" |
| 19 | android:clickable="false" | 19 | android:clickable="false" |
| 20 | android:focusable="false" | 20 | android:focusable="false" |
| 21 | android:gravity="center" | 21 | android:gravity="center" |
| 22 | android:text="爸爸" | 22 | android:text="爸爸" |
| 23 | - android:textColor="@drawable/selector_check_box_text_color" | 23 | + android:textColor="@drawable/selector_xiaojia_check_box_text_color" |
| 24 | android:textSize="13sp" /> | 24 | android:textSize="13sp" /> |
| 25 | </LinearLayout> | 25 | </LinearLayout> |
| 26 | </layout> | 26 | </layout> |
| 27 | \ No newline at end of file | 27 | \ No newline at end of file |
module_xiaojiaSoundBox/src/main/res/layout/item_list_user_host.xml
| @@ -43,7 +43,7 @@ | @@ -43,7 +43,7 @@ | ||
| 43 | android:layout_width="wrap_content" | 43 | android:layout_width="wrap_content" |
| 44 | android:layout_height="wrap_content" | 44 | android:layout_height="wrap_content" |
| 45 | android:layout_marginLeft="10dp" | 45 | android:layout_marginLeft="10dp" |
| 46 | - android:background="@drawable/shape_green_stroke" | 46 | + android:background="@drawable/shape_xiaojia_green_stroke" |
| 47 | android:ellipsize="end" | 47 | android:ellipsize="end" |
| 48 | android:maxLength="6" | 48 | android:maxLength="6" |
| 49 | android:paddingLeft="5dp" | 49 | android:paddingLeft="5dp" |
module_xiaojiaSoundBox/src/main/res/layout/item_list_user_member.xml
| @@ -47,7 +47,7 @@ | @@ -47,7 +47,7 @@ | ||
| 47 | android:layout_width="wrap_content" | 47 | android:layout_width="wrap_content" |
| 48 | android:layout_height="wrap_content" | 48 | android:layout_height="wrap_content" |
| 49 | android:layout_marginLeft="10dp" | 49 | android:layout_marginLeft="10dp" |
| 50 | - android:background="@drawable/shape_green_stroke" | 50 | + android:background="@drawable/shape_xiaojia_green_stroke" |
| 51 | android:ellipsize="end" | 51 | android:ellipsize="end" |
| 52 | android:maxLength="6" | 52 | android:maxLength="6" |
| 53 | android:paddingLeft="5dp" | 53 | android:paddingLeft="5dp" |
module_xiaojiaSoundBox/src/main/res/layout/list_item_all_device.xml
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | <FrameLayout | 5 | <FrameLayout |
| 6 | android:layout_width="match_parent" | 6 | android:layout_width="match_parent" |
| 7 | android:layout_height="120dp" | 7 | android:layout_height="120dp" |
| 8 | - android:background="@drawable/round_rectangle_bg"> | 8 | + android:background="@drawable/round_xiaojia_rectangle_bg"> |
| 9 | 9 | ||
| 10 | <RelativeLayout | 10 | <RelativeLayout |
| 11 | android:id="@+id/rl_root" | 11 | android:id="@+id/rl_root" |
| @@ -62,7 +62,7 @@ | @@ -62,7 +62,7 @@ | ||
| 62 | android:layout_alignParentRight="true" | 62 | android:layout_alignParentRight="true" |
| 63 | android:layout_centerVertical="true" | 63 | android:layout_centerVertical="true" |
| 64 | android:layout_marginRight="20dp" | 64 | android:layout_marginRight="20dp" |
| 65 | - android:background="@drawable/icon_item_right_arrow" /> | 65 | + android:background="@drawable/icon_xiaojia_item_right_arrow" /> |
| 66 | 66 | ||
| 67 | </RelativeLayout> | 67 | </RelativeLayout> |
| 68 | <!-- --> | 68 | <!-- --> |
| @@ -76,7 +76,7 @@ | @@ -76,7 +76,7 @@ | ||
| 76 | <ImageView | 76 | <ImageView |
| 77 | android:layout_width="16dp" | 77 | android:layout_width="16dp" |
| 78 | android:layout_height="16dp" | 78 | android:layout_height="16dp" |
| 79 | - android:background="@drawable/icon_item_add" /> | 79 | + android:background="@drawable/icon_xiaojia_item_add" /> |
| 80 | 80 | ||
| 81 | <TextView | 81 | <TextView |
| 82 | android:layout_width="wrap_content" | 82 | android:layout_width="wrap_content" |
module_xiaojiaSoundBox/src/main/res/layout/list_item_bluetooth_device.xml
| @@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
| 6 | android:id="@+id/ll_root" | 6 | android:id="@+id/ll_root" |
| 7 | android:layout_width="match_parent" | 7 | android:layout_width="match_parent" |
| 8 | android:layout_height="120dp" | 8 | android:layout_height="120dp" |
| 9 | - android:background="@drawable/round_rectangle_bg" | 9 | + android:background="@drawable/round_xiaojia_rectangle_bg" |
| 10 | android:clickable="true" | 10 | android:clickable="true" |
| 11 | android:focusable="true" | 11 | android:focusable="true" |
| 12 | android:gravity="center_vertical" | 12 | android:gravity="center_vertical" |
module_xiaojiaSoundBox/src/main/res/layout/list_item_wifi1.xml
| @@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
| 6 | android:id="@+id/rl_root" | 6 | android:id="@+id/rl_root" |
| 7 | android:layout_width="match_parent" | 7 | android:layout_width="match_parent" |
| 8 | android:layout_height="60dp" | 8 | android:layout_height="60dp" |
| 9 | - android:background="@drawable/selectable_item_white" | 9 | + android:background="@drawable/selectable_xiaojia_item_white" |
| 10 | android:clickable="true" | 10 | android:clickable="true" |
| 11 | android:focusable="true" | 11 | android:focusable="true" |
| 12 | android:minHeight="50dp" | 12 | android:minHeight="50dp" |
module_xiaojiaSoundBox/src/main/res/layout/pop_item_menu.xml
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | android:id="@+id/ll_root" | 5 | android:id="@+id/ll_root" |
| 6 | android:layout_width="match_parent" | 6 | android:layout_width="match_parent" |
| 7 | android:layout_height="wrap_content" | 7 | android:layout_height="wrap_content" |
| 8 | - android:background="@drawable/selectable_pop_item_background" | 8 | + android:background="@drawable/selectable_xiaojia_pop_item_background" |
| 9 | android:clickable="true" | 9 | android:clickable="true" |
| 10 | android:gravity="center_vertical" | 10 | android:gravity="center_vertical" |
| 11 | android:minWidth="100dp" | 11 | android:minWidth="100dp" |
module_xiaojiaSoundBox/src/main/res/layout/pop_menu.xml
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | android:layout_width="20dp" | 9 | android:layout_width="20dp" |
| 10 | android:layout_height="20dp" | 10 | android:layout_height="20dp" |
| 11 | android:layout_marginLeft="2dp" | 11 | android:layout_marginLeft="2dp" |
| 12 | - android:background="@drawable/layer_tran" /> | 12 | + android:background="@drawable/layer_xiaojia_tran" /> |
| 13 | 13 | ||
| 14 | <android.support.v7.widget.RecyclerView | 14 | <android.support.v7.widget.RecyclerView |
| 15 | android:id="@+id/rv_list" | 15 | android:id="@+id/rv_list" |
module_xiaojiaSoundBox/src/main/res/values/styles.xml
| @@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
| 13 | <style name="CustomCheckboxTheme" parent="@android:style/Widget.CompoundButton.CheckBox"> | 13 | <style name="CustomCheckboxTheme" parent="@android:style/Widget.CompoundButton.CheckBox"> |
| 14 | <item name="android:button">@null</item> | 14 | <item name="android:button">@null</item> |
| 15 | <item name="android:maxHeight">21dp</item> | 15 | <item name="android:maxHeight">21dp</item> |
| 16 | - <item name="android:background">@drawable/selector_checkbox_no_default</item> | 16 | + <item name="android:background">@drawable/selector_xiaojia_checkbox_no_default</item> |
| 17 | </style> | 17 | </style> |
| 18 | 18 | ||
| 19 | <style name="CustomCheckboxHasDefault" parent="@android:style/Widget.CompoundButton.CheckBox"> | 19 | <style name="CustomCheckboxHasDefault" parent="@android:style/Widget.CompoundButton.CheckBox"> |
| @@ -23,7 +23,7 @@ | @@ -23,7 +23,7 @@ | ||
| 23 | </style> | 23 | </style> |
| 24 | <!-- switch--> | 24 | <!-- switch--> |
| 25 | <style name="SwitchButtonMD" tools:ignore="ResourceName"> | 25 | <style name="SwitchButtonMD" tools:ignore="ResourceName"> |
| 26 | - <item name="kswThumbDrawable">@drawable/ksw_md_thumb</item> | 26 | + <item name="kswThumbDrawable">@drawable/ksw_xiaojia_md_thumb</item> |
| 27 | <item name="kswBackColor">@color/ksw_md_back_color</item> | 27 | <item name="kswBackColor">@color/ksw_md_back_color</item> |
| 28 | <item name="kswThumbRangeRatio">1.45</item> | 28 | <item name="kswThumbRangeRatio">1.45</item> |
| 29 | <item name="kswThumbMarginLeft">-16dp</item> | 29 | <item name="kswThumbMarginLeft">-16dp</item> |