1:添加酒吧房各个弹框,只有界面
@@ -5,6 +5,7 @@ import android.content.BroadcastReceiver;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.content.IntentFilter;
|
||||
import android.content.pm.ActivityInfo;
|
||||
import android.content.res.Resources;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.net.Uri;
|
||||
@@ -84,6 +85,7 @@ public abstract class BaseAppCompatActivity<VDB extends ViewDataBinding> extends
|
||||
@Override
|
||||
protected void onCreate(@Nullable Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
|
||||
getWindow().getDecorView().setBackgroundResource(R.mipmap.log_bj);
|
||||
setContentView(getLayoutId());
|
||||
doDone();
|
||||
|
||||
@@ -26,6 +26,8 @@ public class RoomSettingBean implements MultiItemEntity {
|
||||
public static final int QXRoomSettingTypeRoomTypeLianG = 31;
|
||||
//签约
|
||||
public static final int QXRoomSettingTypeRoomTypeSIGNCONTRACT = 32;
|
||||
//酒吧房
|
||||
public static final int QXRoomSettingTypeRoomTypePUBROOM = 36;
|
||||
|
||||
/// 常用工具
|
||||
/// 房间补贴
|
||||
|
||||
@@ -31,7 +31,7 @@ public enum QXRoomSeatViewType {
|
||||
/**
|
||||
* 酒吧
|
||||
*/
|
||||
PUB(7,"酒吧"),
|
||||
PUB(11,"酒吧"),
|
||||
|
||||
/**
|
||||
* 小黑屋麦位
|
||||
|
||||
@@ -15,7 +15,7 @@ enum class RoomType(
|
||||
DATING("交友", 1,3, 4, 8), // 1、3、4、8 均对应交友
|
||||
BLACK_ROOM("小黑屋", 6),
|
||||
JUKEBOX("点唱", 9),
|
||||
PUB_ROOM("酒吧", 7),
|
||||
PUB_ROOM("酒吧", 11),
|
||||
MUTUAL_ENTERTAINMENT("互娱", 7),
|
||||
SIGN_CONTRACT("签约", 10);
|
||||
|
||||
|
||||
15
BaseModule/src/main/res/drawable/bg_r14_1e4853_093a1f.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="360"
|
||||
android:endColor="#ff093a1f"
|
||||
android:startColor="#ff1e4853"
|
||||
android:type="linear"
|
||||
android:useLevel="true" />
|
||||
<corners
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomRightRadius="0dp"
|
||||
android:topLeftRadius="14dp"
|
||||
android:topRightRadius="14dp" />
|
||||
</shape>
|
||||
BIN
BaseModule/src/main/res/mipmap-hdpi/about_bj.png
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
BaseModule/src/main/res/mipmap-hdpi/icon_select.png
Normal file
|
After Width: | Height: | Size: 702 B |
BIN
BaseModule/src/main/res/mipmap-hdpi/icon_unselect.png
Normal file
|
After Width: | Height: | Size: 618 B |
BIN
BaseModule/src/main/res/mipmap-xhdpi/about_bj.png
Normal file
|
After Width: | Height: | Size: 182 KiB |
BIN
BaseModule/src/main/res/mipmap-xhdpi/icon_select.png
Normal file
|
After Width: | Height: | Size: 590 B |
BIN
BaseModule/src/main/res/mipmap-xhdpi/icon_unselect.png
Normal file
|
After Width: | Height: | Size: 570 B |
BIN
BaseModule/src/main/res/mipmap-xxhdpi/about_bj.png
Normal file
|
After Width: | Height: | Size: 391 KiB |
BIN
BaseModule/src/main/res/mipmap-xxhdpi/icon_select.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
BaseModule/src/main/res/mipmap-xxhdpi/icon_unselect.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |