Commit 314bb27d by 郑鹏

新增英语和日语,调整UI

parent 7954c2bf
......@@ -30,6 +30,11 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".ui.home.HomeActivity"
android:configChanges="locale"
android:launchMode="singleTask"
android:screenOrientation="portrait" />
<uses-library
android:name="org.apache.http.legacy"
......@@ -38,7 +43,6 @@
<activity
android:name=".ui.home.details.SelectPayFoodActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.user.wx.RegisterInputInfoWXActivity"
android:screenOrientation="portrait" />
......@@ -46,49 +50,49 @@
android:name=".ui.home.details.DishesDetailsTowActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.MallEvaluateDetailsActivity"
android:screenOrientation="portrait"></activity>
android:name=".ui.shop.MallEvaluateDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.LogoutActivity"
android:name=".ui.personal.LogoutActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.mall.ExpressActivity"
android:name=".ui.personal.order.mall.ExpressActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.MallListActivity"
android:name=".ui.shop.MallListActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.food.AppealResultActivity"
android:name=".ui.personal.order.food.AppealResultActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.WebViewContentActivity"
android:name=".ui.shop.WebViewContentActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.AfterListActivity"
android:name=".ui.personal.AfterListActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.details.ResultPageTowActivity"
android:name=".ui.home.details.ResultPageTowActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.SystemMessageDetailsActivity"
android:name=".ui.personal.SystemMessageDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.details.DishesDetailsActivity"
android:name=".ui.home.details.DishesDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.NearbyMerchantActivity"
android:name=".ui.home.NearbyMerchantActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.details.TableSelectActivity"
android:name=".ui.home.details.TableSelectActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<activity
android:name="cn.dankal.client.ui.home.ScanResultActivity"
android:name=".ui.home.ScanResultActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.QueueDetailsActivity"
android:name=".ui.personal.QueueDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.MerchantHomeActivity"
android:name=".ui.shop.MerchantHomeActivity"
android:screenOrientation="portrait" />
<!--
The API key for Google Maps-based APIs is defined as a string resource.
......@@ -101,160 +105,156 @@
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="@string/google_maps_key" />
<meta-data
android:name="com.google.firebase.messaging.default_notification_channel_id"
android:value="@string/default_notification_channel_id" />
<!-- <meta-data android:name="TA_APPKEY" android:value="AIAF8SC17A3L"/>-->
<!-- <meta-data android:name="InstallChannel" android:value="play"/>-->
android:value="@string/default_notification_channel_id" /> <!-- <meta-data android:name="TA_APPKEY" android:value="AIAF8SC17A3L"/> -->
<!-- <meta-data android:name="InstallChannel" android:value="play"/> -->
<activity
android:name="cn.dankal.client.ui.home.map.GoogleMapsActivity"
android:name=".ui.home.map.GoogleMapsActivity"
android:label="@string/title_activity_google_maps"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.map.GoogleMapsMerchantActivity"
android:name=".ui.home.map.GoogleMapsMerchantActivity"
android:label="@string/title_activity_google_maps"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.map.GoogleMapsMallActivity"
android:name=".ui.home.map.GoogleMapsMallActivity"
android:label="@string/title_activity_google_maps"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.map.MapsActivity"
android:name=".ui.home.map.MapsActivity"
android:label="@string/title_activity_maps"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.QuestionDetailsActivity"
android:name=".ui.personal.QuestionDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.mall.LeaveMessageActivity"
android:name=".ui.personal.order.mall.LeaveMessageActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.food.FoodEvaluationActivity"
android:name=".ui.personal.order.food.FoodEvaluationActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.MallSearchActivity"
android:name=".ui.shop.MallSearchActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.EditNameActivity"
android:name=".ui.personal.EditNameActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.AboutMeActivity"
android:name=".ui.personal.AboutMeActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.FeedbackActivity"
android:name=".ui.personal.FeedbackActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.CommonQuestionActivity"
android:name=".ui.personal.CommonQuestionActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.SystemMessageActivity"
android:name=".ui.personal.SystemMessageActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.MyCollectActivity"
android:name=".ui.personal.MyCollectActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.mall.EvaluationActivity"
android:name=".ui.personal.order.mall.EvaluationActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.mall.AfterSaleInfoActivity"
android:name=".ui.personal.order.mall.AfterSaleInfoActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.mall.ApplyAfterSaleTowActivity"
android:name=".ui.personal.order.mall.ApplyAfterSaleTowActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.mall.ApplyAfterSaleActivity"
android:name=".ui.personal.order.mall.ApplyAfterSaleActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.mall.LogisticsActivity"
android:name=".ui.personal.order.mall.LogisticsActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.mall.MallOrderDetailsActivity"
android:name=".ui.personal.order.mall.MallOrderDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.food.FoodOrderActivity"
android:name=".ui.personal.order.food.FoodOrderActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.mall.MallOrderActivity"
android:screenOrientation="portrait"
android:launchMode="singleTask"/>
android:name=".ui.personal.order.mall.MallOrderActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.MyCouponActivity"
android:name=".ui.personal.MyCouponActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.MyQueueActivity"
android:name=".ui.personal.MyQueueActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.SettingActivity"
android:name=".ui.personal.SettingActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.PersonalInfoActivity"
android:name=".ui.personal.PersonalInfoActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.StampActivity"
android:name=".ui.personal.StampActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.MallPayResultActivity"
android:name=".ui.shop.MallPayResultActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.AddAddressActivity"
android:name=".ui.shop.AddAddressActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.AddressManagerActivity"
android:name=".ui.shop.AddressManagerActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.SureOrderActivity"
android:name=".ui.shop.SureOrderActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.CommentMallActivity"
android:name=".ui.shop.CommentMallActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.ShopDetailActivity"
android:name=".ui.shop.ShopDetailActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.food.OrderDetailsActivity"
android:name=".ui.personal.order.food.OrderDetailsActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.details.ResultPageActivity"
android:name=".ui.home.details.ResultPageActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.details.SelectPayActivity"
android:name=".ui.home.details.SelectPayActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.details.SelectCouponActivity"
android:name=".ui.home.details.SelectCouponActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.details.OrderResultActivity"
android:name=".ui.home.details.OrderResultActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.SearchShopActivity"
android:name=".ui.home.SearchShopActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.QueueActivity"
android:name=".ui.shop.QueueActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.shop.QueueResultActivity"
android:name=".ui.shop.QueueResultActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.details.RecommendMerchantActivity"
android:name=".ui.home.details.RecommendMerchantActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.home.details.MerchantDetailsActivity"
android:name=".ui.home.details.MerchantDetailsActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.mall.MallOrderDetailsCancelActivity"
android:name=".ui.personal.order.mall.MallOrderDetailsCancelActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.mall.MallOrderDetailsCompleteActivity"
android:name=".ui.personal.order.mall.MallOrderDetailsCompleteActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.ui.personal.order.mall.MallOrderDetailsPayActivity"
android:name=".ui.personal.order.mall.MallOrderDetailsPayActivity"
android:screenOrientation="portrait" />
<activity
android:name="cn.dankal.client.MainActivity"
android:name=".MainActivity"
android:configChanges="locale"
android:launchMode="singleTask"
android:screenOrientation="portrait" />
......@@ -289,13 +289,13 @@
android:exported="true"
android:theme="@style/MyTranslucentTheme" />
<service android:name="cn.dankal.client.ui.service.MyFirebaseMessagingService">
<service android:name=".ui.service.MyFirebaseMessagingService">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service> <!-- [END firebase_service] -->
<service
android:name="cn.dankal.client.ui.service.MyJobService"
android:name=".ui.service.MyJobService"
android:exported="false">
<intent-filter>
<action android:name="com.firebase.jobdispatcher.ACTION_EXECUTE" />
......
......@@ -49,7 +49,7 @@ import kotlinx.android.synthetic.main.activity_main.*
import okhttp3.ResponseBody
import java.lang.reflect.Field
@Route(path = MAIN)
class MainActivity : BaseActivity(), OnMapReadyCallback {
override fun onMapReady(p0: GoogleMap?) {
mMap = p0
......
......@@ -4,6 +4,9 @@ import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.bumptech.glide.load.resource.bitmap.RoundedCorners;
import com.bumptech.glide.request.RequestOptions;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
......@@ -25,7 +28,7 @@ public class MenuItemAdapter extends BaseQuickAdapter<RestaurantEntity.DataBean,
@Override
protected void convert(BaseViewHolder helper, RestaurantEntity.DataBean item) {
helper.setText(R.id.tv_menu_text, item.getHotel_name() + "(" + item.getAddress() + ")");
if (!TextUtils.isEmpty(item.getDistance())){
if (!TextUtils.isEmpty(item.getDistance())) {
helper.setText(R.id.tv_menu_distance, mContext.getString(R.string.distance) + item.getDistance());
}
ImageView imageView = helper.getView(R.id.iv_menu_image);
......
......@@ -10,6 +10,7 @@ import com.chad.library.adapter.base.BaseViewHolder;
import java.util.List;
import cn.dankal.basiclib.DankalApplication;
import cn.dankal.entities.home.RestaurantDetailEntity;
import cn.dankal.client.R;
......@@ -31,14 +32,21 @@ public class ShopTypeTitleAdapter extends BaseQuickAdapter<RestaurantDetailEntit
protected void convert(BaseViewHolder helper, RestaurantDetailEntity.GoodsTypeListBean item) {
helper.setText(R.id.tv_menu_type, item.getName());
LinearLayoutCompat linearLayoutCompat = helper.getView(R.id.ll_item_title);
if (sparseBooleanArray.get(helper.getAdapterPosition())) {
helper.setVisible(R.id.tv_item_title_tag, true);
if (DankalApplication.isDarkMode()){
linearLayoutCompat.setBackgroundColor(context.getResources().getColor(R.color.color_191919));
}else {
linearLayoutCompat.setBackgroundColor(context.getResources().getColor(R.color.white));
}
} else {
helper.setVisible(R.id.tv_item_title_tag, false);
if (DankalApplication.isDarkMode()) {
linearLayoutCompat.setBackgroundColor(context.getResources().getColor(R.color.color_ff2f2f2f));
}else {
linearLayoutCompat.setBackgroundColor(context.getResources().getColor(R.color.btn_bg_tow));
}
}
}
}
package cn.dankal.client.ui.home
import android.Manifest
import android.content.Context
import android.content.Intent
import android.content.pm.PackageManager
import android.location.Location
import android.location.LocationManager
import android.os.Build
import android.support.v7.app.AppCompatActivity
import android.os.Bundle
import android.support.constraint.ConstraintLayout
import android.support.v4.app.ActivityCompat
import android.support.v4.app.Fragment
import android.support.v7.widget.LinearLayoutCompat
import android.view.View
import android.view.ViewGroup
import android.view.WindowManager
import cn.dankal.basiclib.DankalApplication
import cn.dankal.basiclib.base.activity.BaseActivity
import cn.dankal.basiclib.base.fragmentactivity.FragmentAdapter
import cn.dankal.basiclib.constant.Constant
import cn.dankal.basiclib.rx.AbstractDialogSubscriber
import cn.dankal.basiclib.util.AppUtils
import cn.dankal.basiclib.util.DisplayHelper
import cn.dankal.basiclib.util.SPUtils
import cn.dankal.basiclib.util.ToastUtils
import cn.dankal.basiclib.widget.banner.DkBannerTow
import cn.dankal.basiclib.widget.banner.IViewHolder
import cn.dankal.basiclib.widget.banner.VH
import cn.dankal.client.R
import cn.dankal.client.constants.ConstantsHomeType
import cn.dankal.client.constants.ConstantsShopType
import cn.dankal.client.ui.home.details.DishesDetailsTowActivity
import cn.dankal.client.ui.home.holder.BannerItemView
import cn.dankal.client.ui.home.map.GoogleMapsActivity
import cn.dankal.client.ui.shop.ShopDetailActivity
import cn.dankal.client.ui.shop.WebViewContentActivity
import cn.dankal.entities.event.LocationChangeEvent
import cn.dankal.entities.home.TopHomeInfoEntity
import com.scwang.smartrefresh.layout.header.ClassicsHeader
import com.yanzhenjie.permission.Permission
import com.yzq.zxinglibrary.android.CaptureActivity
import io.reactivex.disposables.Disposable
import kotlinx.android.synthetic.main.fragment_home.*
import org.greenrobot.eventbus.EventBus
import org.greenrobot.eventbus.Subscribe
import org.greenrobot.eventbus.ThreadMode
import api.HomeServiceFactory
import cn.dankal.basiclib.protocol.MainProtocol
import com.alibaba.android.arouter.facade.annotation.Route
@Route(path = MainProtocol.MAIN)
class HomeActivity : BaseActivity(), View.OnClickListener {
private var dataList: MutableList<Fragment>? = null
private var titles: MutableList<String>? = null
private var stringList = mutableListOf<String>()//轮播图地址
private var fragmentAdapter: FragmentAdapter? = null
private var bannerListBean: MutableList<TopHomeInfoEntity.BannerListBean>? = null//轮播图内容
private var lm: LocationManager? = null
override fun onClick(v: View?) {
when (v?.id) {
R.id.iv_home_search -> startActivity(Intent(this, SearchShopActivity::class.java))
R.id.iv_home_sweep -> {
requestPermission(Permission.CAMERA) {
startActivityForResult(Intent(this, CaptureActivity::class.java), ConstantsHomeType.SCAN)
}
}
R.id.iv_home_location -> {
startActivity(Intent(this, GoogleMapsActivity::class.java))
}
}
}
override fun initComponents() {
EventBus.getDefault().register(this)
//初始化轮播图控件
//初始化TabLayout和ViewPage
dataList = ArrayList()
titles = ArrayList()
fragmentAdapter = FragmentAdapter(supportFragmentManager, dataList, titles)
vp_pager.adapter = fragmentAdapter
sliding_tabs.setViewPager(vp_pager)
refreshLayout.setRefreshHeader(ClassicsHeader(this).setEnableLastTime(false))
refreshLayout.setOnRefreshListener {
initLocation()
requestTopInfoList()
}
requestTopInfoList()
initLocation()
getStateBar()
}
//获取状态栏高度
private fun getStateBar() {
var result = 0
var resourceId = this.resources.getIdentifier("status_bar_height", "dimen", "android")
if (resourceId > 0) {
result = this.resources.getDimensionPixelSize(resourceId);
var layoutParams = ConstraintLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, result)
tv_state_bar.layoutParams = layoutParams
}
}
private fun judgeProvider(locationManager: LocationManager): String {
var podiatrist = locationManager?.getProviders(true)
if (podiatrist.contains(LocationManager.NETWORK_PROVIDER)) {
tv_location_tip.text = ""
return LocationManager.NETWORK_PROVIDER//网络定位
} else if (podiatrist.contains(LocationManager.GPS_PROVIDER)) {
tv_location_tip.text = ""
return LocationManager.GPS_PROVIDER//GPS定位
} else {
tv_location_tip.text = getString(R.string.unopened_positioning)
ToastUtils.showShort(getString(R.string.please_turn_on_positioning))
SPUtils.put(ConstantsHomeType.LATITUDE, "")
SPUtils.put(ConstantsHomeType.LONGITUDE, "")
}
return ""
}
private fun beginLocation(): Location? {
//获得位置服务
lm = getSystemService(Context.LOCATION_SERVICE) as LocationManager
lm?.let {
var provider = judgeProvider(it)
//有位置提供器的情况
if (provider != null) {
if (ActivityCompat.checkSelfPermission(DankalApplication.getContext(), Manifest.permission.ACCESS_FINE_LOCATION)
!= PackageManager.PERMISSION_GRANTED
&& ActivityCompat.checkSelfPermission(DankalApplication.getContext(), Manifest.permission.ACCESS_COARSE_LOCATION)
!= PackageManager.PERMISSION_GRANTED) {
return null
}
return it.getLastKnownLocation(provider)
}
}
return null
}
//请求头部数据
private fun requestTopInfoList() {
HomeServiceFactory.getHomeListInfo(1, 20).subscribe(object : AbstractDialogSubscriber<TopHomeInfoEntity>(this) {
override fun onSubscribe(d: Disposable) {
addNetworkRequest(d)
}
override fun onNext(t: TopHomeInfoEntity) {
addTopData(t)
fragmentAdapter?.let {
it.notifyDataSetChanged()
}
}
override fun onError(e: Throwable) {
refreshLayout.finishRefresh(true)
}
override fun onComplete() {
super.onComplete()
refreshLayout.finishRefresh(true)
}
})
}
override fun obtainData() {
//iv_home_search.setOnClickListener(this)
iv_home_sweep.setOnClickListener(this)
//iv_home_location.setOnClickListener(this)
}
//设置顶部数据
private fun addTopData(topHomeInfoEntity: TopHomeInfoEntity) {
bannerListBean = topHomeInfoEntity.banner_list
stringList?.clear()
for (i in bannerListBean?.indices!!) {
stringList?.add(bannerListBean!![i].img_url)
}
val listBeans = topHomeInfoEntity.hotel_type_list
dataList?.clear()
titles?.clear()
for (i in listBeans.indices) {
val hotelTypeListBeans = listBeans[i]
dataList?.add(getFragment(hotelTypeListBeans.uuid))
titles?.add(hotelTypeListBeans.name)
}
fragmentAdapter?.notifyDataSetChanged()
sliding_tabs.notifyDataSetChanged()
}
override fun getLayoutId(): Int {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
//透明状态栏
window.addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS)
}
return R.layout.activity_home
}
override fun onDestroy() {
super.onDestroy()
EventBus.getDefault().unregister(this)
}
private fun getFragment(type: String): Fragment {
val menuItemFragment = MenuItemFragment()
val bundle = Bundle()
bundle.putString("uuid", type)
menuItemFragment.arguments = bundle
return menuItemFragment
}
@Subscribe(threadMode = ThreadMode.MAIN)
public fun onLocationEventMessage(ocationChangeEvent: LocationChangeEvent) {
initLocation()
fragmentAdapter?.let {
it.notifyDataSetChanged()
}
}
}
\ No newline at end of file
......@@ -352,7 +352,12 @@ public class MenuItemFragment extends BaseFragment {
popupWindow = new MyPopupWindow(view, ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT, true);
popupWindow.setBackgroundDrawable(new ColorDrawable(0x00000000));
popupWindow.setAnimationStyle(R.style.take_pop_window_anim_top);
if (DankalApplication.isDarkMode()) {
popupWindow.showAtLocation(getActivity().getWindow().getDecorView(), Gravity.BOTTOM, 0, 0);
} else {
popupWindow.showAtLocation(getActivity().getWindow().getDecorView(), Gravity.CENTER, 0, 0);
}
setBackgroundAlpha(0.5f);
popupWindow.update();
popupWindow.setOnDismissListener(() -> {
......
......@@ -227,7 +227,7 @@ class OrderResultActivity : BaseActivity(), View.OnClickListener {
override fun onNext(t: CommitHotelEntity) {
foodEntity = t
t.apply {
var adapter = OrderResultAdapter(R.layout.item_order_child, this.pay_settle_goods_list,isStamp)
var adapter = OrderResultAdapter(R.layout.item_order_child, this.pay_settle_goods_list, isStamp)
rv_order_result.layoutManager = LinearLayoutManager(this@OrderResultActivity)
rv_order_result.adapter = adapter
......
......@@ -2,24 +2,27 @@ package cn.dankal.client.ui.personal
import android.app.Activity
import android.content.Intent
import android.support.v7.widget.LinearLayoutCompat
import android.text.TextUtils
import android.view.View
import api.RestaurantServiceFactory
import api.UserServiceFactory
import cn.dankal.basiclib.DankalApplication
import cn.dankal.basiclib.base.activity.BaseActivity
import cn.dankal.basiclib.base.callback.DKCallBackBoolean
import cn.dankal.basiclib.constant.ConstantsHomeType
import cn.dankal.basiclib.rx.AbstractDialogSubscriber
import cn.dankal.basiclib.util.ActivityManager
import cn.dankal.basiclib.util.ToastUtils
import cn.dankal.entities.home.QRCodeEntity
import cn.dankal.entities.personal.QueueDetailsEntity
import cn.dankal.client.MainActivity
import cn.dankal.client.R
import cn.dankal.client.constants.ConstantsRestaurantType
import cn.dankal.client.ui.home.HomeActivity
import cn.dankal.client.ui.home.ScanResultActivity
import cn.dankal.client.ui.home.details.MerchantDetailsActivity
import cn.dankal.client.ui.shop.QueueActivity
import cn.dankal.entities.home.QRCodeEntity
import cn.dankal.entities.personal.QueueDetailsEntity
import com.google.gson.Gson
import com.yzq.zxinglibrary.android.CaptureActivity
import com.yzq.zxinglibrary.common.Constant
......@@ -75,10 +78,15 @@ class QueueDetailsActivity : BaseActivity() {
ll_layout.visibility = View.GONE
//llBackGround.setBackgroundResource(R.mipmap.pic_home_queuing_bg_3);
iv_start_image.setImageResource(R.mipmap.ic_home_queuing)
if (DankalApplication.isDarkMode()) {
val linearLayoutCompat = findViewById<LinearLayoutCompat>(R.id.ll_top_layout)
linearLayoutCompat.background = resources.getDrawable(R.mipmap.ic_line_background_pass)
} else {
ll_background.background = resources.getDrawable(R.mipmap.pic_home_queuing_bg_3)
}
}
}
}
})
//返回首页
......@@ -95,7 +103,7 @@ class QueueDetailsActivity : BaseActivity() {
}
}, true, true)
} else {//返回首页
startActivity(Intent(this@QueueDetailsActivity, MainActivity::class.java))
startActivity(Intent(this@QueueDetailsActivity, HomeActivity::class.java))
}
}
......
......@@ -21,6 +21,7 @@ import cn.dankal.basiclib.util.*
import cn.dankal.basiclib.util.language.LocalManageUtil
import cn.dankal.basiclib.widget.CommonDialog
import cn.dankal.basiclib.widget.dialog.SignOutDialog
import cn.dankal.client.ui.home.HomeActivity
import cn.dankal.client.ui.shop.AddressManagerActivity
import cn.dankal.entities.personal.AboutDetailsEntity
import cn.dankal.user.login.LoginActivity
......@@ -177,7 +178,7 @@ class SettingActivity : BaseActivity(), CallDialog.OnCenterItemClickListener, Vi
LanguageUtil.changeAppLanguage(DankalApplication.getContext(), language)
}
SPUtils.put(Constant.EVENT_REFRESH_LANGUAGE, language)
val intent = Intent(this, MainActivity::class.java)
val intent = Intent(this, HomeActivity::class.java)
intent.flags = Intent.FLAG_ACTIVITY_CLEAR_TASK or Intent.FLAG_ACTIVITY_NEW_TASK
startActivity(intent)
finish()
......@@ -189,7 +190,7 @@ class SettingActivity : BaseActivity(), CallDialog.OnCenterItemClickListener, Vi
LocalManageUtil.saveSelectLanguage(this, select)
val intent = Intent(this, MainActivity::class.java)
val intent = Intent(this, HomeActivity::class.java)
intent.flags = Intent.FLAG_ACTIVITY_CLEAR_TASK or Intent.FLAG_ACTIVITY_NEW_TASK
startActivity(intent)
finish()
......
......@@ -23,6 +23,7 @@ import cn.dankal.basiclib.rx.AbstractDialogSubscriber;
import cn.dankal.client.MainActivity;
import cn.dankal.client.R;
import cn.dankal.client.constants.ConstantsRestaurantType;
import cn.dankal.client.ui.home.HomeActivity;
import cn.dankal.client.ui.home.details.MerchantDetailsActivity;
import cn.dankal.client.ui.personal.order.food.OrderDetailsActivity;
import cn.dankal.client.ui.personal.order.mall.MallOrderDetailsActivity;
......@@ -139,7 +140,7 @@ public class MyFirebaseMessagingService extends FirebaseMessagingService {
intent = new Intent(this, MallOrderDetailsActivity.class).putExtra(ConstantsRestaurantType.UUID, orderHotelUuid);
break;
default:
intent = new Intent(this, MainActivity.class);
intent = new Intent(this, HomeActivity.class);
break;
}
......
......@@ -18,6 +18,7 @@ import cn.dankal.client.R
import cn.dankal.client.MainActivity
import cn.dankal.client.adapter.shop.ShopResultAdapter
import cn.dankal.client.constants.ConstantsShopType
import cn.dankal.client.ui.home.HomeActivity
import cn.dankal.client.ui.personal.order.mall.EvaluationActivity
import cn.dankal.client.ui.personal.order.mall.MallOrderActivity
import com.chad.library.adapter.base.BaseQuickAdapter
......@@ -37,7 +38,7 @@ class MallPayResultActivity : BaseActivity(), View.OnClickListener {
}
R.id.tv_result_home -> {//回到首页
if (type == 1) {
startActivity(Intent(this@MallPayResultActivity, MainActivity::class.java))
startActivity(Intent(this@MallPayResultActivity, HomeActivity::class.java))
}
if (type == 2) {//立即评价
var intent = Intent(this@MallPayResultActivity, EvaluationActivity::class.java)
......
......@@ -20,11 +20,13 @@ import api.RestaurantServiceFactory;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick;
import cn.dankal.basiclib.DankalApplication;
import cn.dankal.basiclib.base.activity.BaseActivity;
import cn.dankal.basiclib.constant.ConstantsHomeType;
import cn.dankal.basiclib.rx.AbstractDialogSubscriber;
import cn.dankal.basiclib.util.ActivityManager;
import cn.dankal.basiclib.util.ToastUtils;
import cn.dankal.client.ui.home.HomeActivity;
import cn.dankal.entities.event.UpdateStateEvent;
import cn.dankal.entities.home.CommitQueueEntity;
import cn.dankal.entities.home.QRCodeEntity;
......@@ -125,7 +127,12 @@ public class QueueResultActivity extends BaseActivity {
tvYouQueue.setText(getString(R.string.please_queue_again));
llLayout.setVisibility(View.GONE);
ivStartImage.setImageResource(R.mipmap.ic_home_queuing);
if (DankalApplication.isDarkMode()){
LinearLayoutCompat linearLayoutCompat=findViewById(R.id.ll_top_layout);
linearLayoutCompat.setBackground(getResources().getDrawable(R.mipmap.ic_line_background_pass));
}else {
llBackground.setBackground(getResources().getDrawable(R.mipmap.pic_home_queuing_bg_3));
}
break;
}
}
......@@ -158,7 +165,7 @@ public class QueueResultActivity extends BaseActivity {
}
}, true, true);
} else {//返回首页
startActivity(new Intent(QueueResultActivity.this, MainActivity.class));
startActivity(new Intent(QueueResultActivity.this, HomeActivity.class));
}
break;
case R.id.btn_order:
......
......@@ -33,6 +33,7 @@ import cn.dankal.client.MainActivity
import cn.dankal.client.R
import cn.dankal.client.adapter.shop.CommentImageAdapter
import cn.dankal.client.constants.ConstantsShopType
import cn.dankal.client.ui.home.HomeActivity
import cn.dankal.client.util.UIUtile
import com.zhy.view.flowlayout.FlowLayout
import com.zhy.view.flowlayout.TagAdapter
......@@ -92,7 +93,7 @@ class ShopDetailActivity : BaseActivity(), View.OnClickListener {
finish()
}
}
R.id.tv_button_shopping_cart -> startActivity(Intent(this, MainActivity::class.java).putExtra("car", 2))
R.id.tv_button_shopping_cart -> startActivity(Intent(this, HomeActivity::class.java).putExtra("car", 2))
R.id.tv_mall_detail_pay -> {
operateType = 1
//settleAccounts()
......
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="1dp"
android:color="@color/color_ff2f2f2f" />
<solid android:color="@color/color_ff2f2f2f" />
<corners android:radius="2dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/color_191919"
tools:context="cn.dankal.client.ui.personal.order.food.AppealResultActivity">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="@dimen/dp_80"
android:src="@mipmap/ic_complaint_successful"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/successful_order_appeal"
android:textSize="@dimen/sp_18"
android:textColor="@color/color_d3d3d3"
android:layout_marginTop="@dimen/dp_21"
android:layout_gravity="center_horizontal"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15"
android:layout_marginTop="@dimen/dp_10"
android:layout_gravity="center_horizontal"
android:text="@string/please_wait_patiently_for_background_processing"/>
<TextView
android:id="@+id/tv_return"
android:background="@drawable/bg_button_return_night"
android:layout_width="@dimen/dp_124"
android:layout_gravity="center_horizontal"
android:layout_marginTop="@dimen/dp_35"
android:text="@string/come_back"
android:textSize="@dimen/sp_14"
android:textColor="@color/color_171717"
android:gravity="center"
android:layout_height="@dimen/dp_34" />
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
android:id="@+id/cl_bg"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_ff2f2f2f"
tools:context="cn.dankal.client.ui.home.details.DishesDetailsActivity">
<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_210">
<cn.dankal.basiclib.widget.banner.DkBanner
android:id="@+id/banner"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/tv_mall_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginTop="@dimen/dp_7"
android:layout_marginRight="@dimen/dp_15"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_17"
tools:text="蔓越莓1盒125g12个装 单果重约150g~180g 新鲜水果xxx" />
<TextView
android:id="@+id/tv_mall_sales"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginTop="@dimen/dp_7"
android:layout_marginRight="@dimen/dp_15"
android:textColor="@color/color_a6a6a6"
tools:text="月售100 赞18" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_mall_unit_price"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_weight="1"
android:textColor="@color/font_FF3B30"
android:textSize="@dimen/sp_22" />
<TextView
android:id="@+id/tv_select_spec"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_16"
android:background="@drawable/bg_button_specification_night"
android:paddingLeft="@dimen/dp_9"
android:paddingTop="@dimen/dp_5"
android:paddingRight="@dimen/dp_9"
android:paddingBottom="@dimen/dp_5"
android:text="@string/selection_of_specifications"
android:visibility="gone"
android:textColor="@color/color_171717"
android:textSize="@dimen/sp_12" />
</LinearLayout>
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/dp_1"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginTop="@dimen/dp_16"
android:layout_marginRight="@dimen/dp_15"
android:background="@color/color_3d3d3d" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_12"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginBottom="@dimen/dp_10"
android:text="@string/commodity_details"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_14" />
<WebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/color_ff2f2f2f"
android:layout_marginLeft="@dimen/dp_12"
android:layout_marginRight="@dimen/dp_12"
android:layout_marginBottom="@dimen/dp_60"/>
</android.support.v7.widget.LinearLayoutCompat>
</android.support.v4.widget.NestedScrollView>
<android.support.constraint.ConstraintLayout
android:id="@+id/cl_shop_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_55"
android:background="@color/color_232323"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent">
<cn.dankal.basiclib.widget.AdaptTextView
android:id="@+id/tv_bottom_shop_tip_text"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/dp_84"
android:layout_marginRight="@dimen/dp_10"
android:layout_weight="1"
android:gravity="center_vertical"
android:text="@string/you_have_not_added_any_items_yet"
android:textColor="@color/color_595959"
android:textSize="@dimen/sp_16" />
<TextView
android:id="@+id/tv_bottom_shop_button"
android:layout_width="@dimen/dp_134"
android:layout_height="@dimen/dp_55"
android:background="@color/bg_fff5f5f5"
android:gravity="center"
android:text="@string/selected"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_17" />
</LinearLayout>
<ImageView
android:id="@+id/iv_menu_picture"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_10"
android:src="@mipmap/ic_home_mall_order"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent" />
<TextView
android:id="@+id/tv_bottom_shop_count"
android:layout_width="@dimen/dp_20"
android:layout_height="@dimen/dp_20"
android:background="@drawable/bg_count_yellow_circle"
android:gravity="center"
android:text="0"
android:textColor="@color/white"
app:layout_constraintRight_toRightOf="@id/iv_menu_picture"
app:layout_constraintTop_toTopOf="@id/iv_menu_picture" />
</android.support.constraint.ConstraintLayout>
<Button
android:id="@+id/btn_details_queue"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_50"
android:background="@color/btn_bg"
android:text="@string/reserved_queue"
android:textColor="@color/white"
android:textSize="@dimen/sp_20"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent" />
<TextView
android:id="@+id/tv_shop_tip"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_44"
android:background="#b3000000"
android:gravity="center"
android:text="@string/businessmen_are_not_in_business_for_the_time_being"
android:textColor="@color/white"
android:textSize="@dimen/sp_16"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent" />
</android.support.constraint.ConstraintLayout>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="cn.dankal.client.ui.personal.order.food.FoodOrderActivity">
<android.support.design.widget.TabLayout
android:id="@+id/sliding_tabs"
style="@style/MyCustomTabLayoutNight"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/color_232323"
app:tabGravity="fill"
app:tabMode="scrollable" />
<android.support.v4.view.ViewPager
android:id="@+id/vp_pager"
android:background="@color/color_191919"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
</android.support.v7.widget.LinearLayoutCompat>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tl="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_191919"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true"
android:orientation="vertical"
tools:context="cn.dankal.client.ui.home.HomeFragment">
<TextView
android:id="@+id/tv_state_bar"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_25"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
app:layout_constraintTop_toTopOf="parent"
android:src="@mipmap/pic_home_01"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent" />
<android.support.v7.widget.LinearLayoutCompat
android:id="@+id/ll_home_layout"
android:layout_width="match_parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_state_bar"
android:layout_height="0dp">
<RelativeLayout
android:id="@+id/cl_title"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_45"
android:orientation="horizontal">
<ImageView
android:id="@+id/tv_title"
android:layout_width="@dimen/dp_152"
android:layout_height="@dimen/dp_16"
android:layout_centerVertical="true"
android:layout_marginLeft="@dimen/dp_16"
android:src="@mipmap/ic_combined_shape" />
<ImageView
android:id="@+id/iv_home_sweep"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="@dimen/dp_12"
android:src="@mipmap/ic_home_scanning_light" />
</RelativeLayout>
<com.scwang.smartrefresh.layout.SmartRefreshLayout
android:id="@+id/refreshLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<cn.dankal.basiclib.widget.VerticalScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never"
android:scrollbars="none">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.flyco.tablayout.SlidingTabLayout
android:id="@+id/sliding_tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_17"
tl:tl_indicator_color="@color/color_fffbbc39"
tl:tl_indicator_height="@dimen/dp_2"
tl:tl_indicator_width_equal_title="true"
tl:tl_tab_padding="@dimen/dp_8"
tl:tl_tab_space_equal="false"
tl:tl_textSelectColor="@color/color33"
tl:tl_textUnselectColor="#686868"
tl:tl_textsize="17sp"
tl:tl_underline_color="@color/white"
tl:tl_underline_height="0dp" />
<cn.dankal.basiclib.widget.MyViewPager
android:id="@+id/vp_pager"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_600" />
</android.support.v7.widget.LinearLayoutCompat>
</cn.dankal.basiclib.widget.VerticalScrollView>
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
</android.support.v7.widget.LinearLayoutCompat>
</android.support.constraint.ConstraintLayout>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tl="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/color_191919"
tools:context="cn.dankal.client.ui.home.details.MerchantDetailsActivity">
<android.support.constraint.ConstraintLayout
android:id="@+id/cl_head"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:id="@+id/iv_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
android:src="@mipmap/ic_bitmap"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tv_status_bar"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_25"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/iv_merchant_return"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_8"
android:padding="@dimen/dp_10"
android:src="@mipmap/ic_home_mall_details_return_1"
app:layout_constraintBottom_toBottomOf="@id/tv_merchant_title"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="@id/tv_merchant_title" />
<TextView
android:id="@+id/tv_merchant_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/business_details"
android:textColor="@color/white"
android:textSize="@dimen/sp_20"
android:layout_marginTop="@dimen/dp_10"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_status_bar" />
<ImageView
android:id="@+id/iv_merchant_scan"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_15"
android:src="@mipmap/ic_home_scanning_02"
app:layout_constraintBottom_toBottomOf="@id/tv_merchant_title"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="@id/tv_merchant_title" />
<android.support.v7.widget.CardView
android:id="@+id/card_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_16"
android:layout_marginTop="@dimen/dp_90"
android:layout_marginRight="@dimen/dp_16"
android:layout_marginBottom="@dimen/dp_6"
app:cardCornerRadius="@dimen/dp_4"
app:cardElevation="@dimen/dp_4"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="@color/color_ff2f2f2f"
android:paddingLeft="@dimen/dp_17"
android:paddingRight="@dimen/dp_17"
android:paddingBottom="@dimen/dp_17">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_8"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_restaurant_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white"
android:textSize="@dimen/sp_19"
tools:text="王妃家(深圳总店)" />
<TextView
android:id="@+id/tv_stamp_tag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_store_stamp_tag"
android:padding="@dimen/dp_2"
android:text="邮票开启"
android:visibility="gone"
android:textColor="@color/white"
android:textSize="@dimen/sp_11" />
</LinearLayout>
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_7"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/business_bulletin"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_12" />
<com.sunfusheng.marqueeview.MarqueeView
android:id="@+id/marqueeView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:mvDirection="bottom_to_top"
app:mvInterval="3000"
app:mvTextColor="@color/color_d3d3d3"
app:mvTextSize="12sp" />
</android.support.v7.widget.LinearLayoutCompat>
<TextView
android:id="@+id/tv_restaurant_stamp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_5"
android:drawableLeft="@mipmap/ic_home_mall_stamp"
android:drawablePadding="@dimen/dp_1"
android:visibility="gone"
android:textColor="@color/font_three"
android:textSize="@dimen/sp_12" />
<TextView
android:id="@+id/tv_restaurant_coupons"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_2"
android:visibility="gone"
android:text="@string/no_activity"
android:textColor="@color/font_orange_tow"
android:textSize="@dimen/dp_11" />
</LinearLayout>
</android.support.v7.widget.CardView>
</android.support.constraint.ConstraintLayout>
<LinearLayout
android:id="@+id/ll_body"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_55">
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_2_dp"
android:layout_alignParentBottom="true"
android:background="#D6DAE5" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_55"
android:orientation="horizontal">
<cn.dankal.basiclib.widget.AdaptTextView
android:id="@+id/tv_tab_number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/dp_15"
android:text="@string/table_number"
android:textColor="@color/btn_bg"
android:textSize="@dimen/font_14_sp"
android:visibility="gone" />
<com.flyco.tablayout.SlidingTabLayout
android:id="@+id/sliding_tabs"
tl_indicator_anim_enable="false"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_55"
android:background="@color/color_191919"
tl:tl_indicator_color="@color/color_fffbbc39"
tl:tl_indicator_height="@dimen/dp_2"
tl:tl_indicator_width="@dimen/dp_18"
tl:tl_tab_padding="@dimen/dp_8"
tl:tl_tab_space_equal="true"
tl:tl_textSelectColor="@color/white"
tl:tl_textUnselectColor="@color/color_a6a6a6"
tl:tl_textsize="@dimen/sp_15"
tl:tl_underline_color="@color/color_d3d3d3"
tl:tl_underline_height="@dimen/dp_1" />
</LinearLayout>
</RelativeLayout>
<cn.dankal.basiclib.widget.CustomViewPage
android:id="@+id/vp_pager"
android:background="@color/color_191919"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
</android.support.v7.widget.LinearLayoutCompat>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tl="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="cn.dankal.client.ui.personal.MyQueueActivity">
<com.flyco.tablayout.SlidingTabLayout
android:id="@+id/sliding_tabs"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_55"
android:background="@color/color_232323"
tl:tl_indicator_color="@color/color_ff7b836"
tl:tl_indicator_height="@dimen/dp_2"
tl:tl_indicator_width="@dimen/dp_18"
tl:tl_tab_padding="@dimen/dp_8"
tl:tl_tab_space_equal="true"
tl:tl_textSelectColor="@color/color_d3d3d3"
tl:tl_textUnselectColor="@color/color_595959"
tl:tl_textsize="@dimen/sp_12"
tl_indicator_anim_enable="false"
tl:tl_underline_color="@color/color_191919"
tl:tl_underline_height="@dimen/dp_1" />
<cn.dankal.basiclib.widget.CustomViewPage
android:id="@+id/vp_pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</android.support.v7.widget.LinearLayoutCompat>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/color_191919"
tools:context="cn.dankal.client.ui.home.NearbyMerchantActivity">
<LinearLayout
android:id="@+id/ll_see_map"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/color_232323"
android:gravity="center"
android:orientation="horizontal">
<TextView
android:layout_width="0dp" android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_weight="1"
android:text="@string/view_the_map_page_of_nearby_businesses"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_11" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginRight="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_10"
android:src="@mipmap/ic_home_mall_location_again" />
</LinearLayout>
<com.scwang.smartrefresh.layout.SmartRefreshLayout
android:id="@+id/refreshLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_list"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
</android.support.v7.widget.LinearLayoutCompat>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="cn.dankal.client.ui.personal.order.food.OrderDetailsActivity">
<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:background="@color/color_191919">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@mipmap/ic_order_light"
android:orientation="vertical">
<TextView
android:id="@+id/tv_details_restaurant_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_39"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/font_18_sp"
android:textStyle="bold"
tools:text="王妃家(深圳总店)" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginRight="@dimen/dp_20"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_details_restaurant_table"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15"
tools:text="桌号:0" />
<TextView
android:id="@+id/tv_details_restaurant_status"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15"
tools:text="订单已完成" />
</LinearLayout>
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_order_details"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_30"
android:layout_marginRight="@dimen/dp_20" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_17"
android:layout_marginRight="@dimen/dp_20"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/total_price"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_details_restaurant_total_price"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16"
tools:text="¥112.88" />
</LinearLayout>
<LinearLayout
android:id="@+id/ll_coupon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_17"
android:layout_marginRight="@dimen/dp_20"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/coupon_deduction"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_details_restaurant_deduction_price"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16"
tools:text="-¥50.00" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_17"
android:layout_marginRight="@dimen/dp_20"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/actual_payment"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_details_restaurant_actual_price"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16"
tools:text="¥112.88" />
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/dp_1"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_15"
android:layout_marginRight="@dimen/dp_20"
android:layout_marginBottom="@dimen/dp_15"
android:background="@color/line_one" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginRight="@dimen/dp_20"
android:text="@string/order_information"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_15" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_17"
android:layout_marginRight="@dimen/dp_20"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/order_number"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_details_restaurant_order_code"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_14"
tools:text="71234984839443011438321" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_17"
android:layout_marginRight="@dimen/dp_20"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/creation_time"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_details_restaurant_order_time"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_14"
tools:text="2018-07-10 21:00" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_17"
android:layout_marginRight="@dimen/dp_20"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="@string/payment_method"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_details_restaurant_order_way"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_14"
tools:text="余额支付" />
</LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_17"
android:layout_marginRight="@dimen/dp_20"
android:layout_marginBottom="@dimen/dp_11"
android:text="@string/remarks"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_details_restaurant_order_remark"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginRight="@dimen/dp_20"
android:layout_marginBottom="@dimen/dp_15"
android:background="@drawable/bg_remark"
android:paddingLeft="@dimen/dp_16"
android:paddingTop="@dimen/dp_9"
android:paddingRight="@dimen/dp_16"
android:paddingBottom="@dimen/dp_20"
android:textColor="@color/color_d3d3d3"
tools:text="我们不吃辣椒哦,要清淡一点的。谢谢老板 多加点糖可以吗?" />
</LinearLayout>
<LinearLayout
android:id="@+id/ll_refund"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_9"
android:layout_marginRight="@dimen/dp_9"
android:background="@color/white"
android:orientation="vertical"
android:paddingLeft="@dimen/dp_18"
android:paddingTop="@dimen/dp_15"
android:visibility="gone"
android:layout_marginBottom="@dimen/dp_15"
android:paddingRight="@dimen/dp_18"
android:paddingBottom="@dimen/dp_15">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/refund_information"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_15" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/complaint_time"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_apply_time"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_14"
tools:text="2018-07-10 21:00" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/causes_of_complaint"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_reason"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_14"
tools:text="2018-07-10 21:00" />
</LinearLayout>
<LinearLayout
android:id="@+id/ll_refund_money"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_15"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/refund_amount_tow"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_money"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_14"
tools:text="2018-07-10 21:00" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
</android.support.v4.widget.NestedScrollView>
<LinearLayout
style="@style/ButtonText"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_50"
android:background="@color/color_232323"
android:gravity="center_vertical|right">
<TextView
android:id="@+id/tv_order_again"
android:layout_width="@dimen/dp_76"
android:layout_height="@dimen/dp_30"
android:layout_marginRight="@dimen/dp_10"
android:background="@drawable/bg_button_again_night"
android:gravity="center"
android:text="@string/another_order"
android:textColor="@color/btn_bg"
android:visibility="gone" />
<TextView
android:id="@+id/tv_order_evaluation"
android:layout_width="@dimen/dp_76"
android:layout_height="@dimen/dp_30"
android:layout_marginRight="@dimen/dp_10"
android:background="@drawable/bg_button_again_night"
android:gravity="center"
android:text="@string/evaluate"
android:textColor="@color/color_fbbc39"
android:visibility="gone" />
<TextView
android:id="@+id/tv_order_appeal"
android:layout_width="@dimen/dp_76"
android:layout_height="@dimen/dp_30"
android:layout_marginRight="@dimen/dp_10"
android:background="@drawable/bg_button_order_apply_night"
android:gravity="center"
android:text="@string/order_appeal"
android:textColor="@color/color_171717"
android:visibility="gone" />
<TextView
android:id="@+id/tv_order_cancel_apply"
android:layout_width="@dimen/dp_76"
android:layout_height="@dimen/dp_30"
android:layout_marginRight="@dimen/dp_10"
android:background="@drawable/bg_button_order_apply_night"
android:gravity="center"
android:text="@string/cancellation_of_complaints"
android:textColor="@color/color_171717"
android:visibility="gone" />
</LinearLayout>
</android.support.v7.widget.LinearLayoutCompat>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_191919"
tools:context="cn.dankal.client.ui.home.details.OrderResultActivity">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginRight="@dimen/dp_10"
android:background="@color/color_232323"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_19"
android:gravity="center_vertical"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_18"
android:text="@string/currently_ordered"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_15" />
<TextView
android:id="@+id/tv_table_number"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_16"
android:layout_weight="1"
android:gravity="right"
tools:text="桌号:"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15" />
<TextView
android:id="@+id/tv_replace_table"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_16"
android:layout_marginRight="@dimen/dp_16"
android:background="@drawable/bg_button_update_night"
android:paddingLeft="@dimen/dp_10"
android:paddingTop="@dimen/dp_5"
android:paddingRight="@dimen/dp_10"
android:paddingBottom="@dimen/dp_5"
android:text="@string/change_table_number"
android:textColor="@color/color00"
android:textSize="@dimen/sp_12" />
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_1_dp"
android:layout_marginLeft="@dimen/dp_18"
android:layout_marginRight="@dimen/dp_18"
android:background="@color/line_one" />
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_order_result"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_17"
android:layout_marginBottom="@dimen/dp_7"
android:gravity="center_vertical"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_18"
android:layout_weight="1"
android:text="@string/total_price"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_shop_total_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_18"
android:textColor="@color/font_313131"
android:textSize="@dimen/sp_16" />
</LinearLayout>
<LinearLayout
android:id="@+id/ll_coupon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingLeft="@dimen/dp_20"
android:paddingTop="@dimen/dp_14"
android:paddingRight="@dimen/dp_20"
android:paddingBottom="@dimen/dp_14">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:drawableLeft="@mipmap/ic_home_order_details_coupon"
android:drawablePadding="@dimen/dp_10"
android:text="@string/coupon"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_coupon_name"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:drawableRight="@mipmap/ic_home_order_details_open"
android:drawablePadding="@dimen/dp_6"
android:gravity="right"
android:hint="@string/please_select_coupon"
android:textColor="@color/color_d3d3d3" />
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_1_dp"
android:layout_marginLeft="@dimen/dp_23"
android:layout_marginRight="@dimen/dp_23"
android:background="@color/line_one" />
<LinearLayout
android:id="@+id/ll_remark"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingLeft="@dimen/dp_20"
android:paddingTop="@dimen/dp_14"
android:paddingRight="@dimen/dp_20"
android:paddingBottom="@dimen/dp_14">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:drawableLeft="@mipmap/ic_home_order_details_remarks"
android:drawablePadding="@dimen/dp_10"
android:text="@string/remarks"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_remark"
android:layout_width="0dp"
android:layout_weight="1"
android:gravity="right"
android:layout_height="wrap_content"
android:text="@string/please_enter_your_comments"
android:maxLines="1"
android:ellipsize="end"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_14" />
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_1_dp"
android:layout_marginLeft="@dimen/dp_23"
android:layout_marginRight="@dimen/dp_23"
android:background="@color/line_one" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="right|center_vertical"
android:orientation="horizontal"
android:paddingTop="@dimen/dp_20"
android:paddingBottom="@dimen/dp_26">
<TextView
android:id="@+id/tv_shop_total_number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text="共0件商品,合计:"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_11" />
<TextView
android:id="@+id/tv_shop_end_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_19"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16" />
</LinearLayout>
</LinearLayout>
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_36"
android:layout_marginBottom="@dimen/dp_50">
<Button
android:id="@+id/btn_cancel"
android:layout_width="@dimen/dp_151"
android:layout_height="@dimen/dp_48"
android:background="@drawable/bg_button_red_night"
android:text="@string/continue_ordering"
android:textColor="@color/color_fbbc39"
android:textSize="@dimen/sp_17"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toLeftOf="@id/btn_order"
app:layout_constraintTop_toTopOf="parent" />
<Button
android:id="@+id/btn_order"
android:layout_width="@dimen/dp_151"
android:layout_height="@dimen/dp_48"
android:textColor="@color/color_171717"
android:textSize="@dimen/sp_17"
android:background="@drawable/bg_button_pay_light"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@id/btn_cancel"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</android.support.constraint.ConstraintLayout>
</android.support.v7.widget.LinearLayoutCompat>
</android.support.v4.widget.NestedScrollView>
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_191919"
tools:context="cn.dankal.client.ui.shop.QueueActivity">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_20"
android:layout_marginBottom="@dimen/dp_19"
android:gravity="center"
android:orientation="horizontal">
<FrameLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1">
<cn.dankal.basiclib.widget.AdaptTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dimen_18_dp"
android:drawableLeft="@mipmap/ic_home_take_number"
android:drawablePadding="@dimen/dp_8"
android:text="@string/queue_number"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16" />
</FrameLayout>
<cn.dankal.basiclib.widget.AdaptTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:textColor="@color/color_191919"
android:textSize="@dimen/sp_14"
android:text="@string/waiting_time" />
<cn.dankal.basiclib.widget.AdaptTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:textColor="@color/color_191919"
android:textSize="@dimen/sp_14"
android:text="@string/number_of_remaining_tables" />
</LinearLayout>
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_queue_state"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:nestedScrollingEnabled="true"
android:overScrollMode="never" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_15"
android:orientation="horizontal">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:src="@mipmap/ic_home_tips" />
<TextView
android:id="@+id/tv_tip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_4"
android:layout_marginRight="@dimen/dp_17"
android:text="@string/tip_text_table"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_13" />
</LinearLayout>
<Button
android:id="@+id/bt_take_number"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_25"
android:layout_marginRight="@dimen/dp_20"
android:background="@drawable/bg_button_select_language_night"
android:text="@string/queue_number"
android:textColor="@color/color_171717"
android:textSize="16sp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/divider_passwd" />
</android.support.v7.widget.LinearLayoutCompat>
</ScrollView>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:background="@color/color_191919"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@mipmap/ic_line_background"
android:orientation="vertical">
<android.support.v7.widget.LinearLayoutCompat
android:id="@+id/ll_background"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_121"
android:layout_marginLeft="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_11"
android:layout_marginRight="@dimen/dp_10"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:id="@+id/iv_start_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@mipmap/ic_home_queuing" />
<TextView
android:id="@+id/tv_state"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_26"
android:text="@string/in_the_ine"
android:textColor="@color/white"
android:textSize="@dimen/sp_24" />
</android.support.v7.widget.LinearLayoutCompat>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/tv_you_queue"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="@dimen/dp_26"
android:text="@string/your_queue_number"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15" />
<TextView
android:id="@+id/tv_queue_number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
tools:text="B03"
android:textColor="@color/color_d3d3d3"
android:textSize="39sp" />
<TextView
android:id="@+id/tv_queue_spec"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
tools:text="中桌(2-4人)"
android:textColor="@color/font_gray_four" />
<TextView
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginLeft="@dimen/dp_12"
android:layout_marginTop="@dimen/dp_19"
android:layout_marginRight="@dimen/dp_12"
android:textColor="#DCDCDC" />
<LinearLayout
android:id="@+id/ll_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<android.support.constraint.ConstraintLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1">
<TextView
android:id="@+id/tv_count"
android:layout_width="21dp"
android:layout_height="wrap_content"
android:text="0"
android:textColor="@color/font_orange"
android:textSize="@dimen/sp_34"
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toLeftOf="@id/tv_tag_one"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tv_tag_one"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_7"
android:text="@string/table"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15"
app:layout_constraintBaseline_toBaselineOf="@id/tv_count"
app:layout_constraintLeft_toRightOf="@id/tv_count"
app:layout_constraintRight_toRightOf="parent" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/number_of_waiting_tables_ahead"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_count" />
</android.support.constraint.ConstraintLayout>
<TextView
android:layout_width="1dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginBottom="@dimen/dp_10"
android:background="#DCDCDC" />
<android.support.constraint.ConstraintLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1">
<TextView
android:id="@+id/tv_count_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text=">0"
android:textColor="@color/font_orange"
android:textSize="@dimen/sp_34"
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toLeftOf="@id/tv_tag"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tv_tag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_7"
android:text="@string/minute"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15"
app:layout_constraintBaseline_toBaselineOf="@id/tv_count_time"
app:layout_constraintLeft_toRightOf="@id/tv_count_time"
app:layout_constraintRight_toRightOf="parent" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/expected_waiting_time"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_count_time" />
</android.support.constraint.ConstraintLayout>
</LinearLayout>
<TextView
android:id="@+id/tv_show_tip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_46"
android:layout_marginTop="@dimen/dp_17"
android:layout_marginRight="@dimen/dp_46"
android:layout_marginBottom="@dimen/dp_41"
tools:text="听到叫号请到迎宾台,过号3桌还没有下单成功则需要重新排队才可以下单。"
android:textColor="@color/color_595959"
android:textSize="@dimen/sp_13" />
</LinearLayout>
</android.support.v7.widget.LinearLayoutCompat>
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_36"
android:layout_marginBottom="@dimen/dp_50">
<Button
android:id="@+id/btn_cancel"
android:layout_width="@dimen/dp_151"
android:layout_height="@dimen/dp_48"
android:background="@drawable/bg_button_red_night"
android:text="@string/return_to_home_page"
android:textColor="@color/color_ff7b836"
android:textSize="@dimen/sp_17"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toLeftOf="@id/btn_order"
app:layout_constraintTop_toTopOf="parent" />
<Button
android:id="@+id/btn_order"
android:layout_width="@dimen/dp_151"
android:layout_height="@dimen/dp_48"
android:text="@string/i_would_like_to_order"
android:background="@drawable/bg_button_select_language_night"
android:textColor="@color/color_171717"
android:textSize="@dimen/sp_17"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@id/btn_cancel"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</android.support.constraint.ConstraintLayout>
</LinearLayout>
</android.support.v4.widget.NestedScrollView>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_191919"
tools:context="cn.dankal.client.ui.shop.QueueResultActivity">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.LinearLayoutCompat
android:id="@+id/ll_top_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@mipmap/ic_line_background"
android:orientation="vertical">
<android.support.v7.widget.LinearLayoutCompat
android:id="@+id/ll_background"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_121"
android:layout_marginLeft="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_11"
android:layout_marginRight="@dimen/dp_10"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:id="@+id/iv_start_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@mipmap/ic_home_line_up_success" />
<TextView
android:id="@+id/tv_state"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_26"
android:text="@string/successful_queuing"
android:textColor="@color/white"
android:textSize="@dimen/sp_24" />
</android.support.v7.widget.LinearLayoutCompat>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/tv_you_queue"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="@dimen/dp_26"
android:text="@string/your_queue_number"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15" />
<TextView
android:id="@+id/tv_queue_number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
tools:text="B03"
android:textColor="@color/white"
android:textSize="39sp" />
<TextView
android:id="@+id/tv_table_shop"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:text="中桌(2-4人)"
android:textColor="@color/font_gray_four" />
<TextView
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginLeft="@dimen/dp_12"
android:layout_marginTop="@dimen/dp_19"
android:layout_marginRight="@dimen/dp_12"
android:textColor="#DCDCDC" />
<LinearLayout
android:id="@+id/ll_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<android.support.constraint.ConstraintLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1">
<TextView
android:id="@+id/tv_count"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text="5"
android:textColor="@color/font_orange"
android:textSize="@dimen/sp_34"
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toLeftOf="@id/tv_tag_one"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tv_tag_one"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_7"
android:text="@string/table"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15"
app:layout_constraintBaseline_toBaselineOf="@id/tv_count"
app:layout_constraintLeft_toRightOf="@id/tv_count"
app:layout_constraintRight_toRightOf="parent" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/number_of_waiting_tables_ahead"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_count" />
</android.support.constraint.ConstraintLayout>
<TextView
android:layout_width="1dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginBottom="@dimen/dp_10"
android:background="#DCDCDC" />
<android.support.constraint.ConstraintLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1">
<TextView
android:id="@+id/tv_count_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text="5"
android:textColor="@color/font_orange"
android:textSize="@dimen/sp_34"
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toLeftOf="@id/tv_tag"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tv_tag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_7"
android:text="@string/minute"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15"
app:layout_constraintBaseline_toBaselineOf="@id/tv_count_time"
app:layout_constraintLeft_toRightOf="@id/tv_count_time"
app:layout_constraintRight_toRightOf="parent" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/expected_waiting_time"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_15"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_count_time" />
</android.support.constraint.ConstraintLayout>
</LinearLayout>
<TextView
android:id="@+id/tv_tip_order"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_46"
android:layout_marginTop="@dimen/dp_17"
android:layout_marginRight="@dimen/dp_46"
android:layout_marginBottom="@dimen/dp_41"
tools:text="听到叫号请到迎宾台,过号3桌还没有下单成功则需要重新排队才可以下单。"
android:textColor="@color/font_gray_tow"
android:textSize="@dimen/sp_13" />
</LinearLayout>
</android.support.v7.widget.LinearLayoutCompat>
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_36"
android:layout_marginBottom="@dimen/dp_50">
<Button
android:id="@+id/btn_cancel"
android:layout_width="@dimen/dp_151"
android:layout_height="@dimen/dp_48"
android:background="@drawable/bg_button_red_night"
android:text="@string/return_to_home_page"
android:textColor="@color/color_ff7b836"
android:textSize="@dimen/sp_17"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toLeftOf="@id/btn_order"
app:layout_constraintTop_toTopOf="parent" />
<Button
android:id="@+id/btn_order"
android:layout_width="@dimen/dp_151"
android:layout_height="@dimen/dp_48"
android:text="@string/i_would_like_to_order"
android:background="@drawable/bg_button_select_language_night"
android:textColor="@color/color_171717"
android:textSize="@dimen/sp_17"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@id/btn_cancel"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</android.support.constraint.ConstraintLayout>
</LinearLayout>
</android.support.v4.widget.NestedScrollView>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
android:orientation="vertical"
android:background="@color/color_232323"
tools:context="cn.dankal.client.ui.home.ScanResultActivity">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_108"
android:src="@mipmap/ic_home_scan_fail" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_23"
android:text="@string/scanning_failure_tow"
android:textStyle="bold"
android:textColor="@color/font_313131"
android:textSize="@dimen/sp_13" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/sp_15"
android:layout_marginTop="@dimen/dp_11"
android:textColor="@color/colorC1"
android:text="@string/two_dimensional_accessed"/>
<TextView
android:id="@+id/tv_button_result"
android:layout_width="@dimen/dp_124"
android:layout_height="@dimen/dp_34"
android:layout_marginTop="@dimen/dp_16"
android:background="@drawable/bg_button_red_circle_solid"
android:gravity="center"
android:text="@string/come_back"
android:textColor="@color/white" />
</android.support.v7.widget.LinearLayoutCompat>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_191919"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_52"
android:orientation="horizontal">
<EditText
android:id="@+id/et_search"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginBottom="@dimen/dp_10"
android:layout_weight="1"
android:imeOptions="actionSearch"
android:inputType="text"
android:background="@drawable/bg_search_gary"
android:drawableLeft="@mipmap/ic_home_search_1"
android:drawablePadding="@dimen/dp_10"
android:hint="@string/please_enter_the_name_merchant"
android:paddingLeft="@dimen/dp_10" />
<TextView
android:id="@+id/tv_search"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:paddingLeft="@dimen/dp_14"
android:paddingRight="@dimen/dp_15"
android:text="@string/search"
android:textColor="@color/color_fffbbc39"
android:textSize="@dimen/sp_14" />
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_1_dp"
android:background="#E5E5E5" />
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v4.widget.NestedScrollView
android:id="@+id/nv_search"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="@dimen/dp_15"
android:text="@string/hot_search"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_18" />
<com.zhy.view.flowlayout.TagFlowLayout
android:id="@+id/fl_tag_one"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="20dp"
app:layout_constraintTop_toBottomOf="@id/tv_format"
app:max_select="-1" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_weight="1"
android:text="@string/search_history"
android:textColor="@color/font_tow"
android:textSize="@dimen/sp_18" />
<TextView
android:id="@+id/tv_clean_history"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_15"
android:drawableRight="@mipmap/ic_home_search_delete"
android:drawablePadding="@dimen/dp_5"
android:textColor="@color/color_a6a6a6"
android:gravity="right"
android:text="@string/empty_history" />
</LinearLayout>
<cn.dankal.basiclib.widget.NestedListView
android:id="@+id/lv_history"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginRight="@dimen/dp_15"
android:layout_weight="1" />
</LinearLayout>
</android.support.v4.widget.NestedScrollView>
<com.scwang.smartrefresh.layout.SmartRefreshLayout
android:id="@+id/refreshLayout"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_search_result"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never" />
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
</FrameLayout>
</android.support.v7.widget.LinearLayoutCompat>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/color_191919"
tools:context="cn.dankal.client.ui.home.details.SelectPayActivity">
<LinearLayout
android:id="@+id/ll_a_pay"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_72"
android:gravity="center_vertical"
android:orientation="horizontal"
android:visibility="gone">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:src="@mipmap/ic_home_alipay" />
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_14"
android:layout_weight="1"
android:text="@string/alipay_payment"
android:textColor="@color/font_383A48"
android:textSize="@dimen/sp_15" />
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_1_dp"
android:layout_marginLeft="@dimen/dp_15"
android:alpha="0.2"
android:visibility="gone"
android:background="@color/line_one" />
<LinearLayout
android:id="@+id/ll_w_pay"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_72"
android:background="@color/color_232323"
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:src="@mipmap/ic_home_alipay_copy" />
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_14"
android:layout_weight="1"
android:text="@string/WeChat_payment"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_15" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_16"
android:src="@mipmap/ic_home_wechat" />
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_1_dp"
android:layout_marginLeft="@dimen/dp_15"
android:alpha="0.2"
android:background="@color/line_one" />
</android.support.v7.widget.LinearLayoutCompat>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_191919"
tools:context="cn.dankal.client.ui.home.details.DetailsInfoFragment">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_16"
android:layout_marginBottom="@dimen/dp_16"
android:orientation="horizontal">
<ImageView
android:id="@+id/iv_location"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginTop="@dimen/dp_4"
android:paddingLeft="@dimen/dp_4"
android:paddingRight="@dimen/dp_4"
android:visibility="gone"
android:src="@mipmap/ic_home_details_location_1" />
<TextView
android:id="@+id/tv_merchant_address"
android:layout_width="@dimen/dp_0"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_weight="1"
android:textIsSelectable="true"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_13" />
<TextView
android:layout_width="@dimen/dp_1"
android:layout_height="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_4"
android:layout_marginRight="@dimen/dp_16"
android:background="@color/color_a6a6a6" />
<ImageView
android:id="@+id/iv_info_call"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_4"
android:layout_marginRight="@dimen/dp_19"
android:paddingLeft="@dimen/dp_4"
android:paddingRight="@dimen/dp_4"
android:src="@mipmap/ic_home_details_tel" />
</android.support.v7.widget.LinearLayoutCompat>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginBottom="@dimen/dp_10"
android:text="@string/business_Information"
android:textColor="@color/white"
android:textSize="@dimen/sp_15" />
<WebView
android:id="@+id/wb_hotel_details"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:background="@color/white"
android:layout_marginRight="@dimen/dp_15" />
</android.support.v7.widget.LinearLayoutCompat>
</ScrollView>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/color_191919"
tools:context="cn.dankal.client.ui.home.details.DetailsShopFragment">
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:orientation="horizontal"
app:layout_constraintBottom_toTopOf="@id/ll_bg"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_details_title"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:overScrollMode="never" />
<com.scwang.smartrefresh.layout.SmartRefreshLayout
android:id="@+id/refreshLayout"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="3"
android:background="@color/color_191919">
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_details_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never" />
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
</android.support.v7.widget.LinearLayoutCompat>
<LinearLayout
android:id="@+id/ll_bg"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_55"
android:background="@color/color_232323"
android:orientation="horizontal"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent">
<cn.dankal.basiclib.widget.AdaptTextView
android:id="@+id/tv_bottom_shop_tip_text"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/dp_84"
android:layout_marginRight="@dimen/dp_10"
android:layout_weight="1"
android:gravity="center_vertical"
android:text="@string/you_have_not_added_any_items_yet"
android:textColor="@color/color_595959"
android:textSize="@dimen/sp_16" />
<TextView
android:id="@+id/tv_bottom_shop_button"
android:layout_width="@dimen/dp_134"
android:layout_height="@dimen/dp_55"
android:background="@color/color_ff2f2f2f"
android:gravity="center"
android:text="@string/selected"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_17" />
</LinearLayout>
<ImageView
android:id="@+id/iv_menu_picture"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_10"
android:visibility="gone"
android:src="@mipmap/ic_home_mall_order"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent" />
<TextView
android:id="@+id/tv_bottom_shop_count"
android:layout_width="@dimen/dp_20"
android:layout_height="@dimen/dp_20"
android:background="@drawable/bg_count_yellow_circle"
android:gravity="center"
android:text="0"
android:visibility="gone"
android:textColor="@color/white"
app:layout_constraintRight_toRightOf="@id/iv_menu_picture"
app:layout_constraintTop_toTopOf="@id/iv_menu_picture" />
</android.support.constraint.ConstraintLayout>
<Button
android:id="@+id/btn_details_queue"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_50"
android:background="@color/btn_bg"
android:text="@string/reserved_queue"
android:textColor="@color/white"
android:textSize="@dimen/sp_20"
android:visibility="gone" />
<TextView
android:id="@+id/tv_shop_tip"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_44"
android:background="#b3000000"
android:gravity="center"
android:text="@string/businessmen_are_not_in_business_for_the_time_being"
android:textColor="@color/white"
android:textSize="@dimen/sp_16"
android:visibility="gone" />
</android.support.v7.widget.LinearLayoutCompat>
<android.support.v4.widget.NestedScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<android.support.v7.widget.LinearLayoutCompat
android:id="@+id/ll_menu_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true"
android:focusableInTouchMode="true"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_18"
android:visibility="gone"
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:src="@mipmap/ic_home_recommend" />
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_3"
android:layout_weight="1"
android:text="@string/recommend_businessman"
android:textColor="@color/font_tow"
android:textSize="@dimen/sp_18"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_home_more"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_16"
android:drawableRight="@mipmap/ic_home_more"
android:text="@string/more" />
</LinearLayout>
<android.support.v7.widget.RecyclerView
android:id="@+id/rl_menu_type"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_14"
android:layout_marginTop="@dimen/dp_18"
android:focusableInTouchMode="false"
android:overScrollMode="never" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_18"
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:src="@mipmap/ic_home_location_new" />
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_3"
android:layout_weight="1"
android:text="@string/nearby_shops"
android:textColor="@color/white"
android:textSize="@dimen/sp_18"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_item_filter"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginRight="@dimen/dp_16"
android:drawableRight="@mipmap/ic_home_more_bottom"
android:gravity="center"
android:textColor="@color/color99"
android:text="@string/screening" />
</LinearLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants">
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_bottom_child"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:nestedScrollingEnabled="false"
android:overScrollMode="never" />
</RelativeLayout>
</android.support.v7.widget.LinearLayoutCompat>
</android.support.v4.widget.NestedScrollView>
<android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/rv_my_queue"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never"
android:background="@color/color_191919"
tools:context="cn.dankal.client.ui.personal.MyQueueFragment" />
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginRight="@dimen/dp_10"
app:cardCornerRadius="@dimen/dp_4"
app:cardElevation="@dimen/dp_4">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/color_232323"
android:orientation="horizontal">
<ImageView
android:id="@+id/iv_image_head"
android:layout_width="@dimen/dp_45"
android:layout_height="@dimen/dp_45"
android:layout_marginLeft="@dimen/dp_13"
android:layout_marginTop="@dimen/dp_13"
android:src="@mipmap/pic_my_home_head_business" />
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_17"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_order_food_name"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_9"
android:layout_weight="1"
android:text="王妃家(明洞总店)"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16" />
<TextView
android:id="@+id/tv_order_food_state"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_13"
android:text="已完成"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
</LinearLayout>
<TextView
android:id="@+id/tv_order_food_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_9"
android:layout_marginTop="@dimen/dp_9"
android:text="下单时间:2018-08-14 17:00:30"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_13" />
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_1_dp"
android:layout_marginLeft="@dimen/dp_9"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginRight="@dimen/dp_14"
android:layout_marginBottom="@dimen/dp_12"
android:background="@color/color_3d3d3d" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/dp_15"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_order_food_count"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_9"
android:layout_weight="1"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_13" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_13"
android:text="@string/actual_payment"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_13" />
<TextView
android:id="@+id/tv_order_food_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_13"
android:text="¥150"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16" />
</LinearLayout>
</android.support.v7.widget.LinearLayoutCompat>
</android.support.v7.widget.LinearLayoutCompat>
</android.support.v7.widget.CardView>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_16"
android:layout_marginRight="@dimen/dp_16"
android:background="@drawable/shop_home_bottom_itme_bg_light"
android:layout_marginTop="@dimen/dp_17">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_58"
android:layout_marginRight="@dimen/dp_15"
android:orientation="vertical"
android:paddingLeft="@dimen/dp_47"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent">
<TextView
android:id="@+id/tv_home_bottom_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_13"
android:text="王妃家(明洞总店)"
android:textColor="@color/white"
android:textSize="@dimen/sp_15"
android:textStyle="bold" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<cn.dankal.basiclib.widget.GradeStarView
android:id="@+id/sv_store_star"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
app:mClickImageId="@mipmap/ic_home_stars_bright"
app:mDefaultImageId="@mipmap/ic_home_stars_ash"
app:mImageHeight="@dimen/dp_13"
app:mImageWidth="@dimen/dp_13"
app:mIsClick="false"
app:mMargin="@dimen/dp_3" />
<TextView
android:id="@+id/tv_home_bottom_distance"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_13"
android:layout_weight="1"
android:gravity="right"
android:text="距离1km"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_11" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/dp_8"
android:gravity="center_vertical"
android:orientation="horizontal">
<FrameLayout
android:id="@+id/fl_tip"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@mipmap/ic_home_line_new" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical"
android:text="@string/line_up"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_6" />
</FrameLayout>
<TextView
android:id="@+id/tv_tip_queue"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_4"
android:text="@string/current_queuing_situation"
android:textColor="@color/font_gray"
android:textSize="@dimen/sp_13" />
<TextView
android:id="@+id/tv_home_bottom_queue"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_20"
android:layout_weight="1"
android:gravity="right"
android:text="0"
android:textColor="@color/color_fbbc39"
android:textSize="@dimen/sp_16" />
</LinearLayout>
</LinearLayout>
<android.support.v7.widget.CardView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_22"
app:cardCornerRadius="@dimen/dimen_6_dp"
app:cardElevation="@dimen/dp_6"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:id="@+id/iv_image"
android:layout_width="@dimen/dp_70"
android:layout_height="@dimen/dp_70"
android:scaleType="centerCrop"
android:src="@mipmap/pic_home_business_2" />
</android.support.v7.widget.CardView>
</android.support.constraint.ConstraintLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="@dimen/dp_168"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_2"
android:layout_marginRight="@dimen/dp_6"
android:layout_marginBottom="@dimen/dp_6"
android:background="@color/color_191919"
android:orientation="vertical"
app:cardCornerRadius="@dimen/dp_2"
app:cardElevation="@dimen/dp_2">
<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="10dp">
<ImageView
android:id="@+id/iv_menu_image"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_105"
android:scaleType="centerCrop"
android:src="@mipmap/pic_home_banner_2" />
</android.support.v7.widget.CardView>
<TextView
android:id="@+id/tv_menu_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_6"
android:layout_marginRight="@dimen/dp_6"
android:ellipsize="end"
android:maxLines="1"
android:text="姜虎东白丁烤肉姜虎东白丁烤肉姜虎东白丁烤肉姜虎东白丁烤肉"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_13" />
<TextView
android:id="@+id/tv_menu_distance"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_6"
android:layout_marginBottom="@dimen/dp_4"
android:paddingTop="@dimen/dp_4"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_11" />
</android.support.v7.widget.LinearLayoutCompat>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_1"
android:background="@color/color_191919"
android:orientation="horizontal">
<ImageView
android:id="@+id/iv_recommend_picture"
android:layout_width="@dimen/dp_72"
android:layout_height="@dimen/dp_72"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginTop="@dimen/dp_15"
android:layout_marginRight="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_12"
android:src="@mipmap/pic_home_business_5" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginRight="@dimen/dp_15"
android:orientation="vertical">
<TextView
android:id="@+id/tv_recommend_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="麻婆豆腐"
android:textStyle="bold"
android:layout_marginTop="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_4"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_15" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_recommend_sale"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:text="月售100"
android:textColor="@color/color_595959"
android:textSize="@dimen/sp_13" />
<TextView
android:id="@+id/tv_recommend_distance"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:gravity="right"
android:textColor="@color/color_595959"
android:textSize="@dimen/sp_13" />
</LinearLayout>
<TextView
android:id="@+id/tv_recommend_address"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="济州道西归浦市西归洞68-6号"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_13" />
</LinearLayout>
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" >
<ImageView
android:id="@+id/iv_image"
android:layout_width="@dimen/dp_61"
android:layout_height="@dimen/dp_61"
android:layout_marginLeft="@dimen/dp_18"
android:layout_marginTop="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_15"
android:src="@mipmap/pic_mall_home_classify_1" />
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_14"
android:layout_marginTop="@dimen/dp_17"
android:layout_weight="1"
android:gravity="center_vertical"
android:orientation="vertical">
<TextView
android:id="@+id/tv_item_shop_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="墨西哥海虾鸡肉卷饼"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16" />
<TextView
android:id="@+id/tv_item_shop_desc"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_6"
android:text="微辣"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_13" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_17"
android:layout_marginRight="@dimen/dp_19"
android:gravity="right"
android:orientation="vertical">
<TextView
android:id="@+id/tv_item_shop_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="¥78.00"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16" />
<TextView
android:id="@+id/tv_item_shop_count"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_4"
android:text="x1"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_13" />
</LinearLayout>
</android.support.v7.widget.LinearLayoutCompat>
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_1_dp"
android:layout_marginLeft="@dimen/dp_18"
android:layout_marginRight="@dimen/dp_18"
android:background="@color/line_one"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"/>
</android.support.constraint.ConstraintLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tv_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_5"
android:paddingTop="@dimen/dp_10"
android:paddingBottom="@dimen/dp_10"
android:text="加载中"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_14">
</TextView>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat
android:id="@+id/ll_shop_bg"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_1"
android:background="@color/color_191919"
android:orientation="horizontal">
<ImageView
android:id="@+id/iv_shop_picture"
android:layout_width="@dimen/dp_91"
android:layout_height="@dimen/dp_91"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginTop="@dimen/dp_15"
android:layout_marginRight="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_12"
android:src="@mipmap/pic_home_business_5" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginRight="@dimen/dp_15"
android:orientation="vertical">
<TextView
android:id="@+id/tv_shop_content_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_15"
android:text="麻婆豆腐"
android:textStyle="bold"
android:textColor="@color/white"
android:textSize="@dimen/sp_15" />
<TextView
android:id="@+id/tv_shop_content_sales"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_4"
android:text="月售100"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_13" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal">
<cn.dankal.basiclib.widget.AdaptTextView
android:id="@+id/tv_shop_content_price"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="¥0"
android:textColor="@color/font_orange"
android:textSize="@dimen/sp_20" />
<TextView
android:id="@+id/tv_select_format"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_select_type_available_night"
android:paddingLeft="@dimen/dp_9"
android:paddingTop="@dimen/dp_5"
android:paddingRight="@dimen/dp_9"
android:paddingBottom="@dimen/dp_5"
android:text="@string/selection_of_specifications"
android:textColor="@color/color00"
android:textSize="@dimen/sp_12" />
</LinearLayout>
</LinearLayout>
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/ll_item_title"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_55"
android:background="@color/color_ff2f2f2f"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_item_title_tag"
android:layout_width="@dimen/dp_4"
android:layout_height="match_parent"
android:background="@color/color_fffbbc39" />
<TextView
android:id="@+id/tv_menu_type"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/dp_16"
android:layout_marginRight="@dimen/dp_12"
android:text="今日推荐"
android:textColor="@color/white"
android:textSize="@dimen/sp_14" />
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
......@@ -21,10 +21,14 @@
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_210">
<cn.dankal.basiclib.widget.banner.DkBanner
android:id="@+id/banner"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_210" />
</FrameLayout>
<LinearLayout
android:layout_width="match_parent"
......@@ -167,7 +171,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_10"
android:src="@mipmap/ic_home_mall_order"
android:src="@mipmap/ic_shopp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent" />
......
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tl="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/ll_home_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true"
android:orientation="vertical"
tools:context="cn.dankal.client.ui.home.HomeFragment">
<TextView
android:id="@+id/tv_state_bar"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_25"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
app:layout_constraintTop_toTopOf="parent"
android:src="@mipmap/pic_home_di"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent" />
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_state_bar"
android:orientation="vertical">
<RelativeLayout
android:id="@+id/cl_title"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_45"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="@dimen/dp_16"
android:src="@mipmap/ic_combined_shape"
android:text="MODOO ORDER"
android:textColor="@color/black"
android:textSize="@dimen/sp_25" />
<ImageView
android:id="@+id/iv_home_sweep"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="@dimen/dp_12"
android:src="@mipmap/ic_home_scanning_01" />
</RelativeLayout>
<com.scwang.smartrefresh.layout.SmartRefreshLayout
android:id="@+id/refreshLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<cn.dankal.basiclib.widget.VerticalScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never"
android:scrollbars="none">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.flyco.tablayout.SlidingTabLayout
android:id="@+id/sliding_tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_17"
tl:tl_indicator_color="@color/color_ff6b5c"
tl:tl_indicator_height="@dimen/dp_2"
tl:tl_indicator_width_equal_title="true"
tl:tl_tab_padding="@dimen/dp_8"
tl:tl_tab_space_equal="false"
tl:tl_textSelectColor="@color/black"
tl:tl_textUnselectColor="@color/color_666666"
tl:tl_textsize="17sp"
tl:tl_underline_color="@color/color_d3d3d3"
tl:tl_underline_height="0dp" />
<cn.dankal.basiclib.widget.MyViewPager
android:id="@+id/vp_pager"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_600" />
</android.support.v7.widget.LinearLayoutCompat>
</cn.dankal.basiclib.widget.VerticalScrollView>
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
</android.support.v7.widget.LinearLayoutCompat>
</android.support.constraint.ConstraintLayout>
......@@ -21,7 +21,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
android:src="@mipmap/pic_home_mall_bg"
android:src="@mipmap/pic_details_background"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
......@@ -62,7 +63,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_15"
android:src="@mipmap/ic_home_sweep"
android:src="@mipmap/ic_home_scanning_02"
app:layout_constraintBottom_toBottomOf="@id/tv_merchant_title"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="@id/tv_merchant_title" />
......@@ -144,6 +145,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_5"
android:visibility="gone"
android:drawableLeft="@mipmap/ic_home_mall_stamp"
android:drawablePadding="@dimen/dp_1"
android:textColor="@color/font_three"
......@@ -154,6 +156,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_2"
android:visibility="gone"
android:text="@string/no_activity"
android:textColor="@color/font_orange_tow"
android:textSize="@dimen/dp_11" />
......@@ -202,7 +205,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/dp_55"
android:background="@color/white"
tl:tl_indicator_color="@color/btn_bg"
tl:tl_indicator_color="@color/color_fbbc39"
tl:tl_indicator_height="@dimen/dp_2"
tl:tl_indicator_width="@dimen/dp_18"
tl:tl_tab_padding="@dimen/dp_8"
......
......@@ -20,7 +20,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@mipmap/pic_order_bg_1"
android:background="@mipmap/ic_order_background"
android:orientation="vertical">
<TextView
......
......@@ -94,7 +94,7 @@
android:layout_marginRight="@dimen/dp_20"
android:background="@drawable/bg_button_select_language"
android:text="@string/queue_number"
android:textColor="@color/colorFF"
android:textColor="@color/color_171717"
android:textSize="16sp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
......
......@@ -12,13 +12,20 @@
android:orientation="vertical">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:background="@mipmap/ic_line_background_01"
android:orientation="vertical"
android:layout_marginLeft="@dimen/dp_10"
android:layout_marginRight="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_10"
android:layout_height="wrap_content">
<android.support.v7.widget.LinearLayoutCompat
android:id="@+id/ll_background"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_121"
android:layout_marginLeft="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_11"
android:layout_marginRight="@dimen/dp_10"
android:background="@mipmap/pic_home_queuing_bg_2"
android:gravity="center"
android:orientation="horizontal">
......@@ -191,12 +198,10 @@
android:textSize="@dimen/sp_13" />
</LinearLayout>
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_10"
android:layout_marginRight="@dimen/dp_10"
android:background="@mipmap/pic_home_queuing_bg_1" />
</android.support.v7.widget.LinearLayoutCompat>
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
......
......@@ -26,7 +26,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_24"
android:src="@mipmap/ic_home_pay_success" />
android:src="@mipmap/ic_successful" />
<TextView
android:layout_width="wrap_content"
......
......@@ -25,7 +25,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_24"
android:src="@mipmap/ic_home_pay_success" />
android:src="@mipmap/ic_successful" />
<TextView
android:layout_width="wrap_content"
......
......@@ -87,7 +87,7 @@
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_10"
android:visibility="gone"
android:src="@mipmap/ic_home_mall_order"
android:src="@mipmap/ic_shopp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent" />
......
......@@ -16,6 +16,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_18"
android:visibility="gone"
android:gravity="center_vertical"
android:orientation="horizontal">
......@@ -64,7 +65,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:src="@mipmap/ic_home_nearby" />
android:src="@mipmap/ic_home_placeholder" />
<TextView
android:layout_width="0dp"
......
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="@dimen/dp_168"
android:layout_height="@dimen/dp_136"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_2"
android:layout_marginRight="@dimen/dp_6"
android:layout_marginBottom="@dimen/dp_6"
android:layout_marginLeft="@dimen/dp_2"
app:cardCornerRadius="@dimen/dp_2"
app:cardElevation="@dimen/dp_2">
android:orientation="vertical">
<android.support.constraint.ConstraintLayout
<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="wrap_content"
app:cardCornerRadius="10dp">
<ImageView
android:id="@+id/iv_menu_image"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_90"
android:src="@mipmap/pic_home_banner_2"
app:layout_constraintTop_toTopOf="parent" />
android:layout_height="@dimen/dp_105"
android:scaleType="centerCrop"
android:src="@mipmap/pic_home_banner_2" />
</android.support.v7.widget.CardView>
<TextView
android:id="@+id/tv_menu_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_7"
android:layout_marginTop="@dimen/dp_6"
android:layout_marginRight="@dimen/dp_6"
android:ellipsize="end"
android:maxLines="1"
android:text="姜虎东白丁烤肉姜虎东白丁烤肉姜虎东白丁烤肉姜虎东白丁烤肉"
android:textColor="@color/font_tow"
android:maxLines="2"
android:textSize="@dimen/sp_13"
app:layout_constraintTop_toBottomOf="@id/iv_menu_image" />
android:textColor="@color/bg_ff333333"
android:textSize="@dimen/sp_13" />
<TextView
......@@ -39,15 +41,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_6"
android:paddingLeft="@dimen/dp_50"
android:background="@drawable/bg_text_gradient"
android:textSize="@dimen/sp_11"
android:layout_marginBottom="@dimen/dp_4"
android:paddingTop="@dimen/dp_4"
android:textColor="@color/font_gray_tow"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent" />
</android.support.constraint.ConstraintLayout>
android:textColor="@color/color_999999"
android:textSize="@dimen/sp_11"
tools:text="111m" />
</android.support.v7.widget.CardView>
\ No newline at end of file
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
......@@ -10,8 +10,8 @@
<ImageView
android:id="@+id/iv_shop_picture"
android:layout_width="@dimen/dp_72"
android:layout_height="@dimen/dp_72"
android:layout_width="@dimen/dp_91"
android:layout_height="@dimen/dp_91"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginTop="@dimen/dp_15"
android:layout_marginRight="@dimen/dp_15"
......@@ -62,13 +62,13 @@
android:id="@+id/tv_select_format"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_select_type_available"
android:background="@drawable/bg_select_type_available_night"
android:paddingLeft="@dimen/dp_9"
android:paddingTop="@dimen/dp_5"
android:paddingRight="@dimen/dp_9"
android:paddingBottom="@dimen/dp_5"
android:text="@string/selection_of_specifications"
android:textColor="@color/white"
android:textColor="@color/color00"
android:textSize="@dimen/sp_12" />
</LinearLayout>
......
......@@ -10,7 +10,7 @@
android:id="@+id/tv_item_title_tag"
android:layout_width="@dimen/dp_4"
android:layout_height="match_parent"
android:background="@color/btn_bg" />
android:background="@color/color_fbbc39" />
<TextView
android:id="@+id/tv_menu_type"
......
......@@ -4,6 +4,7 @@ import android.app.Application;
import android.content.Context;
import android.content.res.Configuration;
import android.support.multidex.MultiDex;
import android.support.v7.app.AppCompatDelegate;
import android.text.TextUtils;
import com.alibaba.android.arouter.launcher.ARouter;
......@@ -170,4 +171,22 @@ public class DankalApplication extends Application {
LocalManageUtil.saveSystemCurrentLanguage(getApplicationContext(), newConfig);
MultiLanguage.onConfigurationChanged(getApplicationContext());
}
/**
* 判断App当前是否处于暗黑模式状态
*
* @param context 上下文
* @return 返回
*/
public static boolean isDarkMode() {
int nightMode = AppCompatDelegate.MODE_NIGHT_FOLLOW_SYSTEM;
if (nightMode == AppCompatDelegate.MODE_NIGHT_FOLLOW_SYSTEM) {
int applicationUiMode = context.getResources().getConfiguration().uiMode;
int systemMode = applicationUiMode & Configuration.UI_MODE_NIGHT_MASK;
return systemMode == Configuration.UI_MODE_NIGHT_YES;
} else {
return nightMode == AppCompatDelegate.MODE_NIGHT_YES;
}
}
}
......@@ -30,8 +30,7 @@ public class BaseApi {
/*public static final String BASE_URL = isDev ? "https://api-koreadc.dankal.cn/v1/"
: "https://modoo-api.mhqglobal.com/v1/";*/
public static final String BASE_URL = "https://modoo-api.mhqglobal.com/v1/";
public static final String BASE_URL = "https://api-koreadc.dankal.cn/v1/";
public static final String BASE_EXPRESS_URL = "https://info.sweettracker.co.kr/";
......
......@@ -7,6 +7,7 @@ import android.app.Application;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.location.LocationManager;
import android.net.Uri;
......@@ -38,12 +39,14 @@ import cn.dankal.basiclib.util.ActivityManager;
import cn.dankal.basiclib.util.ActivityUtils;
import cn.dankal.basiclib.util.DKHandler;
import cn.dankal.basiclib.util.SPUtils;
import cn.dankal.basiclib.util.StatusBarHelper;
import cn.dankal.basiclib.util.TitleBarUtils;
import cn.dankal.basiclib.util.ToastUtils;
import cn.dankal.basiclib.util.language.MultiLanguage;
import cn.dankal.basiclib.widget.CommonDialog;
import cn.dankal.basiclib.widget.TipDialog;
import cn.dankal.basiclib.widget.statubar.QMUIStatusBarHelper;
import cn.dankal.basiclib.widget.statubar.StatusBarUtil;
import cn.dankal.basiclib.widget.titlebar.ITitleBar;
import cn.dankal.basiclib.widget.titlebar.SingleTextTitle;
import io.reactivex.disposables.CompositeDisposable;
......@@ -99,6 +102,14 @@ public abstract class BaseActivity extends AppCompatActivity implements BaseView
//透明导航栏
//getWindow().addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION);
}*/
//改变状态栏颜色
if (DankalApplication.isDarkMode()){
StatusBarUtil.setColorNoTranslucent(this, Color.parseColor("#00000000"));
}else {
StatusBarUtil.setColorNoTranslucent(this, Color.parseColor("#ffffffff"));
}
if (getLayoutId() != 0) {
setContentView(getLayoutId());
......
......@@ -143,6 +143,7 @@ public class CosUploadUtil {
}
public interface ImageUpReturnListener {
/**
* 装换过后需要上传到服务器的key
*
......
......@@ -4,11 +4,13 @@ import android.annotation.TargetApi;
import android.app.Activity;
import android.graphics.Color;
import android.os.Build;
import android.support.v4.content.ContextCompat;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import cn.dankal.basiclib.R;
import cn.dankal.basiclib.widget.statubar.QMUIStatusBarHelper;
......
......@@ -19,6 +19,11 @@ public class UIUtils {
return (int) (px / scale + 0.5f);
}
public static int dp2px(Context context, float dipValue) {
final float scale = context.getResources().getDisplayMetrics().density;
return (int) (dipValue * scale + 0.5f);
}
/**
* 拨打电话
......
......@@ -44,7 +44,7 @@ public class PicUtils {
/**
* 默认圆角角度
*/
public static final float DEFAULT_ROUND_RADIUS = 2;
public static final float DEFAULT_ROUND_RADIUS = 20;
/**
* 默认通用的加载前占位图
......
package cn.dankal.basiclib.widget;
/**
* Author: roczheng
* Date: 2021/1/25
* Time: 12:04
* Description:
*/
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffXfermode;
import android.graphics.RectF;
import android.graphics.Xfermode;
import android.os.Build;
import android.support.annotation.ColorInt;
import android.support.annotation.Nullable;
import android.support.v7.widget.AppCompatImageView;
import android.util.AttributeSet;
import cn.dankal.basiclib.R;
import cn.dankal.basiclib.util.UIUtils;
public class NiceImageView extends AppCompatImageView {
private Context context;
private boolean isCircle; // 是否显示为圆形,如果为圆形则设置的corner无效
private boolean isCoverSrc; // border、inner_border是否覆盖图片
private int borderWidth; // 边框宽度
private int borderColor = Color.WHITE; // 边框颜色
private int innerBorderWidth; // 内层边框宽度
private int innerBorderColor = Color.WHITE; // 内层边框充色
private int cornerRadius; // 统一设置圆角半径,优先级高于单独设置每个角的半径
private int cornerTopLeftRadius; // 左上角圆角半径
private int cornerTopRightRadius; // 右上角圆角半径
private int cornerBottomLeftRadius; // 左下角圆角半径
private int cornerBottomRightRadius; // 右下角圆角半径
private int maskColor; // 遮罩颜色
private Xfermode xfermode;
private int width;
private int height;
private float radius;
private float[] borderRadii;
private float[] srcRadii;
private RectF srcRectF; // 图片占的矩形区域
private RectF borderRectF; // 边框的矩形区域
private Paint paint;
private Path path; // 用来裁剪图片的ptah
private Path srcPath; // 图片区域大小的path
public NiceImageView(Context context) {
this(context, null);
}
public NiceImageView(Context context, @Nullable AttributeSet attrs) {
this(context, attrs, 0);
}
public NiceImageView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) {
super(context, attrs, defStyleAttr);
this.context = context;
TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.NiceImageView, 0, 0);
for (int i = 0; i < ta.getIndexCount(); i++) {
int attr = ta.getIndex(i);
if (attr == R.styleable.NiceImageView_is_cover_src) {
isCoverSrc = ta.getBoolean(attr, isCoverSrc);
} else if (attr == R.styleable.NiceImageView_is_circle) {
isCircle = ta.getBoolean(attr, isCircle);
} else if (attr == R.styleable.NiceImageView_border_width) {
borderWidth = ta.getDimensionPixelSize(attr, borderWidth);
} else if (attr == R.styleable.NiceImageView_border_color) {
borderColor = ta.getColor(attr, borderColor);
} else if (attr == R.styleable.NiceImageView_inner_border_width) {
innerBorderWidth = ta.getDimensionPixelSize(attr, innerBorderWidth);
} else if (attr == R.styleable.NiceImageView_inner_border_color) {
innerBorderColor = ta.getColor(attr, innerBorderColor);
} else if (attr == R.styleable.NiceImageView_corner_radius) {
cornerRadius = ta.getDimensionPixelSize(attr, cornerRadius);
} else if (attr == R.styleable.NiceImageView_corner_top_left_radius) {
cornerTopLeftRadius = ta.getDimensionPixelSize(attr, cornerTopLeftRadius);
} else if (attr == R.styleable.NiceImageView_corner_top_right_radius) {
cornerTopRightRadius = ta.getDimensionPixelSize(attr, cornerTopRightRadius);
} else if (attr == R.styleable.NiceImageView_corner_bottom_left_radius) {
cornerBottomLeftRadius = ta.getDimensionPixelSize(attr, cornerBottomLeftRadius);
} else if (attr == R.styleable.NiceImageView_corner_bottom_right_radius) {
cornerBottomRightRadius = ta.getDimensionPixelSize(attr, cornerBottomRightRadius);
} else if (attr == R.styleable.NiceImageView_mask_color) {
maskColor = ta.getColor(attr, maskColor);
}
}
ta.recycle();
borderRadii = new float[8];
srcRadii = new float[8];
borderRectF = new RectF();
srcRectF = new RectF();
paint = new Paint();
path = new Path();
if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.O_MR1) {
xfermode = new PorterDuffXfermode(PorterDuff.Mode.DST_IN);
} else {
xfermode = new PorterDuffXfermode(PorterDuff.Mode.DST_OUT);
srcPath = new Path();
}
calculateRadii();
clearInnerBorderWidth();
}
@Override
protected void onSizeChanged(int w, int h, int oldw, int oldh) {
super.onSizeChanged(w, h, oldw, oldh);
width = w;
height = h;
initBorderRectF();
initSrcRectF();
}
@Override
protected void onDraw(Canvas canvas) {
// 使用图形混合模式来显示指定区域的图片
canvas.saveLayer(srcRectF, null, Canvas.ALL_SAVE_FLAG);
if (!isCoverSrc) {
float sx = 1.0f * (width - 2 * borderWidth - 2 * innerBorderWidth) / width;
float sy = 1.0f * (height - 2 * borderWidth - 2 * innerBorderWidth) / height;
// 缩小画布,使图片内容不被borders覆盖
canvas.scale(sx, sy, width / 2.0f, height / 2.0f);
}
super.onDraw(canvas);
paint.reset();
path.reset();
if (isCircle) {
path.addCircle(width / 2.0f, height / 2.0f, radius, Path.Direction.CCW);
} else {
path.addRoundRect(srcRectF, srcRadii, Path.Direction.CCW);
}
paint.setAntiAlias(true);
paint.setStyle(Paint.Style.FILL);
paint.setXfermode(xfermode);
if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.O_MR1) {
canvas.drawPath(path, paint);
} else {
srcPath.addRect(srcRectF, Path.Direction.CCW);
// 计算tempPath和path的差集
srcPath.op(path, Path.Op.DIFFERENCE);
canvas.drawPath(srcPath, paint);
}
paint.setXfermode(null);
// 绘制遮罩
if (maskColor != 0) {
paint.setColor(maskColor);
canvas.drawPath(path, paint);
}
// 恢复画布
canvas.restore();
// 绘制边框
drawBorders(canvas);
}
private void drawBorders(Canvas canvas) {
if (isCircle) {
if (borderWidth > 0) {
drawCircleBorder(canvas, borderWidth, borderColor, radius - borderWidth / 2.0f);
}
if (innerBorderWidth > 0) {
drawCircleBorder(canvas, innerBorderWidth, innerBorderColor, radius - borderWidth - innerBorderWidth / 2.0f);
}
} else {
if (borderWidth > 0) {
drawRectFBorder(canvas, borderWidth, borderColor, borderRectF, borderRadii);
}
}
}
private void drawCircleBorder(Canvas canvas, int borderWidth, int borderColor, float radius) {
initBorderPaint(borderWidth, borderColor);
path.addCircle(width / 2.0f, height / 2.0f, radius, Path.Direction.CCW);
canvas.drawPath(path, paint);
}
private void drawRectFBorder(Canvas canvas, int borderWidth, int borderColor, RectF rectF, float[] radii) {
initBorderPaint(borderWidth, borderColor);
path.addRoundRect(rectF, radii, Path.Direction.CCW);
canvas.drawPath(path, paint);
}
private void initBorderPaint(int borderWidth, int borderColor) {
path.reset();
paint.setStrokeWidth(borderWidth);
paint.setColor(borderColor);
paint.setStyle(Paint.Style.STROKE);
}
/**
* 计算外边框的RectF
*/
private void initBorderRectF() {
if (!isCircle) {
borderRectF.set(borderWidth / 2.0f, borderWidth / 2.0f, width - borderWidth / 2.0f, height - borderWidth / 2.0f);
}
}
/**
* 计算图片原始区域的RectF
*/
private void initSrcRectF() {
if (isCircle) {
radius = Math.min(width, height) / 2.0f;
srcRectF.set(width / 2.0f - radius, height / 2.0f - radius, width / 2.0f + radius, height / 2.0f + radius);
} else {
srcRectF.set(0, 0, width, height);
if (isCoverSrc) {
srcRectF = borderRectF;
}
}
}
/**
* 计算RectF的圆角半径
*/
private void calculateRadii() {
if (isCircle) {
return;
}
if (cornerRadius > 0) {
for (int i = 0; i < borderRadii.length; i++) {
borderRadii[i] = cornerRadius;
srcRadii[i] = cornerRadius - borderWidth / 2.0f;
}
} else {
borderRadii[0] = borderRadii[1] = cornerTopLeftRadius;
borderRadii[2] = borderRadii[3] = cornerTopRightRadius;
borderRadii[4] = borderRadii[5] = cornerBottomRightRadius;
borderRadii[6] = borderRadii[7] = cornerBottomLeftRadius;
srcRadii[0] = srcRadii[1] = cornerTopLeftRadius - borderWidth / 2.0f;
srcRadii[2] = srcRadii[3] = cornerTopRightRadius - borderWidth / 2.0f;
srcRadii[4] = srcRadii[5] = cornerBottomRightRadius - borderWidth / 2.0f;
srcRadii[6] = srcRadii[7] = cornerBottomLeftRadius - borderWidth / 2.0f;
}
}
private void calculateRadiiAndRectF(boolean reset) {
if (reset) {
cornerRadius = 0;
}
calculateRadii();
initBorderRectF();
invalidate();
}
/**
* 目前圆角矩形情况下不支持inner_border,需要将其置0
*/
private void clearInnerBorderWidth() {
if (!isCircle) {
this.innerBorderWidth = 0;
}
}
public void isCoverSrc(boolean isCoverSrc) {
this.isCoverSrc = isCoverSrc;
initSrcRectF();
invalidate();
}
public void isCircle(boolean isCircle) {
this.isCircle = isCircle;
clearInnerBorderWidth();
initSrcRectF();
invalidate();
}
public void setBorderWidth(int borderWidth) {
this.borderWidth = UIUtils.dp2px(context, borderWidth);
calculateRadiiAndRectF(false);
}
public void setBorderColor(@ColorInt int borderColor) {
this.borderColor = borderColor;
invalidate();
}
public void setInnerBorderWidth(int innerBorderWidth) {
this.innerBorderWidth = UIUtils.dp2px(context, innerBorderWidth);
clearInnerBorderWidth();
invalidate();
}
public void setInnerBorderColor(@ColorInt int innerBorderColor) {
this.innerBorderColor = innerBorderColor;
invalidate();
}
public void setCornerRadius(int cornerRadius) {
this.cornerRadius = UIUtils.dp2px(context, cornerRadius);
calculateRadiiAndRectF(false);
}
public void setCornerTopLeftRadius(int cornerTopLeftRadius) {
this.cornerTopLeftRadius = UIUtils.dp2px(context, cornerTopLeftRadius);
calculateRadiiAndRectF(true);
}
public void setCornerTopRightRadius(int cornerTopRightRadius) {
this.cornerTopRightRadius = UIUtils.dp2px(context, cornerTopRightRadius);
calculateRadiiAndRectF(true);
}
public void setCornerBottomLeftRadius(int cornerBottomLeftRadius) {
this.cornerBottomLeftRadius = UIUtils.dp2px(context, cornerBottomLeftRadius);
calculateRadiiAndRectF(true);
}
public void setCornerBottomRightRadius(int cornerBottomRightRadius) {
this.cornerBottomRightRadius = UIUtils.dp2px(context, cornerBottomRightRadius);
calculateRadiiAndRectF(true);
}
public void setMaskColor(@ColorInt int maskColor) {
this.maskColor = maskColor;
invalidate();
}
}
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke android:width="1dp" android:color="@color/color_fbbc39" />
<corners android:radius="2dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_fbbc39" />
<corners android:radius="2dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_fbbc39" />
<corners android:radius="6dp" />
</shape>
\ No newline at end of file
......@@ -3,7 +3,7 @@
android:shape="rectangle">
<stroke
android:width="1dp"
android:color="#ffff6b5c" />
android:color="@color/btn_bg" />
<solid android:color="#ffffffff" />
<corners android:radius="6dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/btn_bg" />
<corners android:radius="@dimen/dp_15" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_fffbbc39" />
<corners android:radius="@dimen/dp_15" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="1dp"
android:color="@color/color_fbbc39" />
<corners android:radius="6dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_ff7b836" />
<corners android:radius="17dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_fbbc39" />
<corners android:radius="3dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#ffff6b5c" />
<solid android:color="@color/color_ff7b836" />
<corners android:radius="12dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_ff7b836" />
<corners android:radius="12dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_fffbbc39" />
<corners android:radius="12dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#fff1cd7e"></solid>
<solid android:color="#F36A29"></solid>
<corners android:radius="@dimen/dimen_150_dp"/>
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_232323" />
<corners
android:radius="@dimen/dp_12" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_ff7b836" />
<corners android:radius="5dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_232323" />
<corners android:radius="6dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_fffbbc39" />
<corners android:radius="12dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_232323" />
<corners android:radius="10dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#ff232323" />
<corners android:radius="4dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/white" android:drawable="@drawable/tag_select_textcolor" android:state_checked="true" />
<item android:drawable="@drawable/tag_select_textcolor_night" android:state_checked="true" />
<item android:drawable="@drawable/tag_normal_textcolor" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/tag_select_textcolor_night" android:state_checked="true" />
<item android:drawable="@drawable/tag_normal_textcolor_night" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/tag_select_textcolor_night" android:state_checked="true" />
<item android:drawable="@drawable/tag_normal_textcolor_night" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/btn_bg" android:state_checked="true" />
<item android:color="@color/color_171717" android:state_checked="true" />
<item android:color="@color/font_313131" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/color_191919" android:state_checked="true" />
<item android:color="@color/color_d3d3d3" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#595959" />
<corners android:radius="3dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#FBBC39" />
<corners android:radius="3dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_200"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_width="100dp"
android:layout_height="100dp"
android:src="@mipmap/pic_my_home_no_order" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_13"
android:text="@string/no_business_was_found"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_13" />
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
android:orientation="vertical">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="130dp"
android:src="@mipmap/ic_order_confirmation" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_13"
android:text="@string/your_order_is_empty"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_13" />
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
android:orientation="vertical">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_126"
android:src="@mipmap/pic_my_home_stamp" />
<TextView
android:id="@+id/tv_text_tip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/a_coupon_at_the_moment"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_13" />
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
android:orientation="vertical">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_126"
android:src="@mipmap/ic_line_empty" />
<TextView
android:id="@+id/tv_text_tip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/you_are_not_queuing_for_the_time_being"
android:textColor="@color/white"
android:layout_marginTop="@dimen/dp_15"
android:textSize="@dimen/sp_13" />
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat
android:id="@+id/ll_bg"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:gravity="bottom"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="400dp"
android:background="@color/color_191919">
<LinearLayout
android:id="@+id/ll_one"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_40"
android:gravity="center_vertical"
android:orientation="horizontal"
android:background="@color/color_232323"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_weight="1"
android:text="@string/ordered_dishes"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_car_clean"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_17"
android:drawableLeft="@mipmap/ic_home_order_delete"
android:drawablePadding="@dimen/dp_10"
android:text="@string/empty_menu"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14" />
</LinearLayout>
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_shop_bottom_list"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginBottom="@dimen/dp_55"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/ll_one" />
<android.support.constraint.ConstraintLayout
android:id="@+id/cl_shop_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_55"
android:background="@color/color_232323"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent">
<cn.dankal.basiclib.widget.AdaptTextView
android:id="@+id/tv_bottom_shop_tip_text"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/dp_84"
android:layout_marginRight="@dimen/dp_10"
android:layout_weight="1"
android:gravity="center_vertical"
android:text="@string/you_have_not_added_any_items_yet"
android:textColor="@color/font_A4A4A4"
android:textSize="@dimen/sp_16" />
<TextView
android:id="@+id/tv_bottom_shop_button"
android:layout_width="@dimen/dp_134"
android:layout_height="@dimen/dp_55"
android:background="@color/bg_fff5f5f5"
android:gravity="center"
android:text="@string/selected"
android:textColor="@color/font_989898"
android:textSize="@dimen/sp_17" />
</LinearLayout>
<ImageView
android:id="@+id/iv_menu_picture"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_10"
android:src="@mipmap/ic_home_mall_order"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent" />
<TextView
android:id="@+id/tv_bottom_shop_count"
android:layout_width="@dimen/dp_20"
android:layout_height="@dimen/dp_20"
android:background="@drawable/bg_count_yellow_circle"
android:gravity="center"
android:text="0"
android:textColor="@color/white"
app:layout_constraintRight_toRightOf="@id/iv_menu_picture"
app:layout_constraintTop_toTopOf="@id/iv_menu_picture" />
</android.support.constraint.ConstraintLayout>
</android.support.constraint.ConstraintLayout>
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="320dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@drawable/common_color_232323_radius4"
android:orientation="vertical">
<LinearLayout
android:id="@+id/title_des_container"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_margin="24dp"
android:gravity="center"
android:orientation="vertical"
android:visibility="visible">
<TextView
android:id="@+id/tv_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/color_d3d3d3"
android:textSize="18sp"
android:visibility="visible"
tools:text="标题" />
<TextView
android:id="@+id/tv_des"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="8dp"
android:gravity="center"
android:maxLines="2"
android:textColor="@color/color_d3d3d3"
android:textSize="16sp"
android:visibility="visible"
tools:text="告知当前状态,信息和解决方案" />
</LinearLayout>
<TextView
android:id="@+id/tv_subtitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="16dp"
android:layout_marginLeft="24dp"
android:layout_marginRight="24dp"
android:layout_marginTop="25dp"
android:gravity="center"
android:textColor="@android:color/black"
android:textSize="15sp"
android:visibility="gone"
tools:text="告知当前状态,信息和解决方案, 文字换行的情况。" />
<View
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#FFE5E5E5" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:id="@+id/bt_negative"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:textSize="18sp"
android:gravity="center"
android:paddingBottom="12dp"
android:paddingTop="12dp"
android:textColor="@color/color_a6a6a6"
tools:text="辅助操作" />
<View
android:id="@+id/veri_divider"
android:layout_width="0.5dp"
android:layout_height="match_parent"
android:background="#FFE5E5E5" />
<TextView
android:id="@+id/bt_positive"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:paddingBottom="12dp"
android:paddingTop="12dp"
android:textColor="@color/color_ff7b836"
android:textSize="18sp"
tools:text="主操作" />
</LinearLayout>
</LinearLayout>
</merge>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/ll_bg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/color_232323"
android:orientation="vertical">
<TextView
android:id="@+id/tv_state_bar"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_25"
android:visibility="gone"
android:background="@color/btn_bg" />
<RelativeLayout
android:id="@+id/cl_title"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_45"
android:background="@color/btn_bg"
android:visibility="gone"
android:orientation="horizontal">
<ImageView
android:id="@+id/iv_home_location"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:layout_marginLeft="@dimen/dp_12"
android:src="@mipmap/ic_home_location" />
<cn.dankal.basiclib.widget.AdaptTextView
android:id="@+id/tv_location_tip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignTop="@id/iv_home_location"
android:layout_alignBottom="@id/iv_home_location"
android:layout_marginLeft="@dimen/dp_5"
android:layout_toRightOf="@id/iv_home_location"
android:textColor="@color/white"
android:layout_toLeftOf="@id/tv_title"
android:textSize="@dimen/sp_11" />
<ImageView
android:id="@+id/tv_title"
android:layout_width="@dimen/dp_152"
android:layout_height="@dimen/dp_16"
android:layout_centerInParent="true"
android:src="@mipmap/ic_combined_shape"/>
<ImageView
android:id="@+id/iv_home_search"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginRight="@dimen/dp_10"
android:layout_toLeftOf="@id/iv_home_sweep"
android:src="@mipmap/ic_home_search" />
<ImageView
android:id="@+id/iv_home_sweep"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="@dimen/dp_12"
android:src="@mipmap/ic_home_sweep" />
</RelativeLayout>
<TextView
android:id="@+id/tv_pack_up"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:layout_marginRight="@dimen/dp_15"
android:drawableRight="@mipmap/ic_home_more_top"
android:paddingLeft="@dimen/dp_9"
android:paddingTop="@dimen/dp_9"
android:paddingBottom="@dimen/dp_9"
android:text="@string/screening"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_13" />
<TextView
android:id="@+id/tv_mall_title_type"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:text="@string/business_status"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16" />
<com.zhy.view.flowlayout.TagFlowLayout
android:id="@+id/fl_tag_one"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_18"
android:layout_marginTop="@dimen/dp_13"
android:layout_marginBottom="@dimen/dp_13"
app:max_select="1" />
<TextView
android:id="@+id/tv_mall_title_queue"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:text="@string/line_up"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16" />
<com.zhy.view.flowlayout.TagFlowLayout
android:id="@+id/fl_tag_tow"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_18"
android:layout_marginTop="@dimen/dp_13"
app:max_select="1" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_40"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_mall_add_car"
android:layout_width="0dp"
android:layout_height="@dimen/dp_50"
android:layout_weight="1"
android:background="@color/color_ff2f2f2f"
android:gravity="center"
android:text="@string/reset"
android:textColor="@color/bg_7B7B7F"
android:textSize="@dimen/sp_17" />
<TextView
android:id="@+id/tv_mall_pay"
android:layout_width="0dp"
android:layout_height="@dimen/dp_50"
android:layout_weight="1"
android:background="@color/color_ff7b836"
android:gravity="center"
android:text="@string/complete"
android:textColor="@color/color_171717"
android:textSize="@dimen/sp_17" />
</LinearLayout>
</android.support.v7.widget.LinearLayoutCompat>
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:gravity="center"
android:layout_height="match_parent">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="@dimen/dp_334"
android:layout_marginLeft="@dimen/dp_50"
android:layout_marginRight="@dimen/dp_50"
android:background="@drawable/bg_dialog_bottom_layout_night"
android:orientation="vertical">
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_50">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/Input_notes"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
android:textSize="@dimen/sp_18"
android:textColor="@color/white"/>
<ImageView
android:id="@+id/iv_dialog_close"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="@dimen/dp_10"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginRight="@dimen/dp_10"
android:src="@mipmap/ic_remarks_close"/>
</android.support.constraint.ConstraintLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:background="@color/color_ff2f2f2f"
android:orientation="vertical"
android:padding="8dp">
<EditText
android:id="@+id/et_feedback"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
android:gravity="start"
android:hint="@string/please_enter_your_comments"
android:lines="8"
android:textColor="@color/color_595959"
android:maxLength="100"
android:textSize="14sp" />
<TextView
android:id="@+id/tv_text_size"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:layout_marginTop="8dp"
android:textColor="@color/color_595959"
android:text="0/100" />
</LinearLayout>
<Button
android:id="@+id/btn_pop_ok"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_38"
android:background="@color/color_fbbc39"
android:textSize="@dimen/sp_16"
android:textColor="@color/color_171717"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginRight="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_26"
android:text="@string/ok"/>
</android.support.v7.widget.LinearLayoutCompat>
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_shop_item_night"
android:paddingBottom="@dimen/dp_22">
<TextView
android:id="@+id/tv_dialog_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="14dp"
android:text="@string/please_choose_the_reason_for_canceling_the_order"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_18"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/iv_dialog_close"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_19"
android:src="@mipmap/ic_mall_home_classify_close"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="@id/tv_dialog_title"
app:layout_constraintBottom_toBottomOf="@id/tv_dialog_title"/>
<TextView
android:id="@+id/tv_title_line"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_1"
android:layout_marginTop="@dimen/dp_12"
android:background="@color/line_one"
app:layout_constraintTop_toBottomOf="@id/tv_dialog_title" />
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_title_line">
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="@dimen/dp_23" />
<Button
android:id="@+id/btn_commit"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_40"
android:layout_marginLeft="@dimen/dp_21"
android:layout_marginTop="@dimen/dp_32"
android:layout_marginRight="@dimen/dp_21"
android:background="@drawable/bg_dialog_btn_one_night"
android:text="@string/commit"
android:textColor="@color/white" />
</android.support.v7.widget.LinearLayoutCompat>
</android.support.constraint.ConstraintLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_shop_item_night"
android:paddingBottom="@dimen/dp_22">
<TextView
android:id="@+id/tv_dialog_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="14dp"
android:text="@string/please_choose_the_number_of_people_who_eat"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_18"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/iv_dialog_close"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_19"
android:src="@mipmap/ic_mall_home_classify_close"
app:layout_constraintBottom_toBottomOf="@id/tv_dialog_title"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="@id/tv_dialog_title" />
<TextView
android:id="@+id/tv_title_line"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_1"
android:layout_marginTop="@dimen/dp_12"
android:background="@color/line_one"
app:layout_constraintTop_toBottomOf="@id/tv_dialog_title" />
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_title_line">
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="@dimen/dp_23" />
<Button
android:id="@+id/btn_commit"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_40"
android:layout_marginLeft="@dimen/dp_21"
android:layout_marginTop="@dimen/dp_32"
android:layout_marginRight="@dimen/dp_21"
android:background="@drawable/bg_dialog_btn_one_night"
android:text="@string/commit"
android:textColor="@color/color_171717" />
</android.support.v7.widget.LinearLayoutCompat>
</android.support.constraint.ConstraintLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center">
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_27"
android:layout_marginRight="@dimen/dp_27"
android:background="@drawable/bg_pw_select_night">
<TextView
android:id="@+id/tv_title_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_14"
android:text="草莓蛋糕"
android:textColor="@color/white"
android:textSize="@dimen/sp_16"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/iv_dialog_close"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="@dimen/dp_14"
android:paddingTop="@dimen/dp_18"
android:paddingRight="@dimen/dp_14"
android:paddingBottom="@dimen/dp_18"
android:src="@mipmap/ic_guan"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ScrollView
android:id="@+id/scroll_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:overScrollMode="never"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_title_name">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/tv_format"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_12"
android:layout_marginTop="@dimen/dp_28"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_13" />
<com.zhy.view.flowlayout.TagFlowLayout
android:id="@+id/fl_tag_one"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dimen_10_dp"
android:padding="20dp"
app:max_select="1" />
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_auxiliary"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:nestedScrollingEnabled="false"
android:overScrollMode="never" />
</LinearLayout>
</ScrollView>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_55"
android:background="@color/color_ff2f2f2f"
android:gravity="center_vertical"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/scroll_view">
<cn.dankal.basiclib.widget.AdaptTextView
android:id="@+id/tv_restaurant_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_13"
android:text="¥0"
android:textColor="@color/color_f36a29"
android:textSize="@dimen/sp_20" />
<cn.dankal.basiclib.widget.AdaptTextView
android:id="@+id/tv_restaurant_spec"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_8"
android:layout_weight="1"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_13" />
<FrameLayout
android:layout_width="@dimen/dp_134"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/ll_count"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="horizontal"
android:visibility="gone">
<ImageView
android:id="@+id/tv_item_reduce"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_10"
android:src="@mipmap/ic_home_mall_order_reduce" />
<TextView
android:id="@+id/tv_item_count"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1" />
<ImageView
android:id="@+id/tv_item_add"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_10"
android:src="@mipmap/ic_home_mall_order_reduce_copy" />
</LinearLayout>
<Button
android:id="@+id/btn_restaurant_add"
android:layout_width="@dimen/dp_134"
android:layout_height="match_parent"
android:background="@color/color_fffbbc39"
android:text="@string/add_menu"
android:textColor="@color/color_171717"
android:textSize="@dimen/sp_17"
android:visibility="gone" />
</FrameLayout>
</LinearLayout>
</android.support.constraint.ConstraintLayout>
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/space_16_dp"
android:layout_marginBottom="@dimen/space_10_dp"
android:background="@drawable/label_selector_night"
android:paddingLeft="@dimen/dp_9"
android:paddingTop="@dimen/dp_6"
android:paddingRight="@dimen/dp_9"
android:paddingBottom="@dimen/dp_6"
android:text="加载中"
android:textColor="@drawable/label_text_selector_night">
</TextView>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/dp_80"
android:layout_height="@dimen/dp_36"
android:layout_marginRight="@dimen/space_12_dp"
android:layout_marginBottom="@dimen/space_10_dp"
android:background="@drawable/label_selector_tow_night"
android:gravity="center"
android:text="加载中"
android:textColor="@drawable/label_text_selector_night"
android:textSize="@dimen/sp_14">
</TextView>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/tv_spicy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_12"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_13" />
<com.zhy.view.flowlayout.TagFlowLayout
android:id="@+id/fl_tag_tow"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dimen_10_dp"
android:padding="20dp"
app:max_select="1" />
</android.support.v7.widget.LinearLayoutCompat>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/ll_layout"
android:layout_marginTop="@dimen/dp_8"
android:layout_marginBottom="@dimen/dp_8">
<CheckBox
android:id="@+id/cb_item_box"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:button="@null"
android:drawableLeft="@drawable/select_button_shop"
android:drawablePadding="@dimen/dp_10"
android:text="我不想买了"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_13" />
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android" >
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_111"
android:layout_marginLeft="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_10"
android:background="@color/color_232323"
android:layout_marginRight="@dimen/dp_10">
<TextView
android:id="@+id/tv_queue_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_16"
android:text="汉拿山烤肉餐厅"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="parent"/>
<TextView
android:id="@+id/tv_queue_number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_11"
android:text="@string/queue_number_show"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_queue_title" />
<TextView
android:id="@+id/tv_queue_number_tow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="B03"
android:textColor="@color/btn_bg"
android:textSize="@dimen/sp_17"
app:layout_constraintBaseline_toBaselineOf="@id/tv_queue_number"
app:layout_constraintLeft_toRightOf="@id/tv_queue_number"
app:layout_constraintTop_toBottomOf="@id/tv_queue_title" />
<TextView
android:id="@+id/tv_table_specs"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="中桌(2-4人)"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14"
android:layout_marginLeft="@dimen/dp_15"
app:layout_constraintBaseline_toBaselineOf="@id/tv_queue_number_tow"
app:layout_constraintLeft_toRightOf="@id/tv_queue_number_tow"
app:layout_constraintTop_toBottomOf="@id/tv_queue_title" />
<TextView
android:id="@+id/tv_queue_waiting"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:text="@string/number_of_waiting_tables_ahead_tow"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14"
app:layout_constraintBaseline_toBaselineOf="@id/tv_queue_minute_time"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent" />
<TextView
android:id="@+id/tv_queue_waiting_count"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="5"
android:textColor="@color/btn_bg"
android:textSize="@dimen/sp_17"
app:layout_constraintBaseline_toBaselineOf="@id/tv_queue_waiting"
app:layout_constraintLeft_toRightOf="@id/tv_queue_waiting" />
<TextView
android:id="@+id/tv_queue_minute"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_20"
android:layout_marginBottom="@dimen/dp_15"
android:text="@string/minute"
android:textColor="@color/color99"
android:textSize="@dimen/sp_14"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent" />
<TextView
android:id="@+id/tv_queue_minute_count"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=">50"
android:textColor="@color/btn_bg"
app:layout_constraintBaseline_toBaselineOf="@id/tv_queue_minute"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toLeftOf="@id/tv_queue_minute" />
<TextView
android:id="@+id/tv_queue_minute_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/expected_waiting_time_tow"
android:textColor="@color/color99"
android:textSize="@dimen/sp_14"
app:layout_constraintBaseline_toBaselineOf="@id/tv_queue_minute_count"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toLeftOf="@id/tv_queue_minute_count" />
</android.support.constraint.ConstraintLayout>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:layout_marginTop="@dimen/dp_5"
android:layout_marginRight="@dimen/dp_25"
android:src="@mipmap/ic_line_nail"/>
</FrameLayout>
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android" >
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/color_232323"
android:layout_marginLeft="@dimen/dp_10"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginRight="@dimen/dp_10"
android:paddingBottom="@dimen/dp_16">
<TextView
android:id="@+id/tv_queue_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_16"
android:text="汉拿山烤肉餐厅"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="parent"/>
<TextView
android:id="@+id/tv_queue_number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_11"
android:text="@string/queue_number_show"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_queue_title" />
<TextView
android:id="@+id/tv_queue_number_tow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="B03"
android:textColor="@color/btn_bg"
android:textSize="@dimen/sp_17"
app:layout_constraintBaseline_toBaselineOf="@id/tv_queue_number"
app:layout_constraintLeft_toRightOf="@id/tv_queue_number"
app:layout_constraintTop_toBottomOf="@id/tv_queue_title" />
<TextView
android:id="@+id/tv_table_specs"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="中桌(2-4人)"
android:textColor="@color/color_a6a6a6"
android:textSize="@dimen/sp_14"
android:layout_marginLeft="@dimen/dp_15"
app:layout_constraintBaseline_toBaselineOf="@id/tv_queue_number_tow"
app:layout_constraintLeft_toRightOf="@id/tv_queue_number_tow"
app:layout_constraintTop_toBottomOf="@id/tv_queue_title" />
<cn.dankal.basiclib.widget.AdaptTextView
android:id="@+id/tv_queue_state"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="排队成功"
android:textColor="@color/btn_bg"
android:textSize="@dimen/sp_14"
android:maxLines="1"
android:layout_marginLeft="@dimen/dp_15"
app:layout_constraintBaseline_toBaselineOf="@id/tv_queue_number_tow"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintLeft_toRightOf="@id/tv_table_specs"
app:layout_constrainedWidth="true"
android:layout_marginRight="@dimen/dp_12"
app:layout_constraintTop_toBottomOf="@id/tv_queue_title" />
</android.support.constraint.ConstraintLayout>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:layout_marginTop="@dimen/dp_5"
android:layout_marginRight="@dimen/dp_25"
android:src="@mipmap/ic_line_nail"/>
</FrameLayout>
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/cv_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_16"
android:layout_marginTop="@dimen/dp_5"
android:layout_marginRight="@dimen/dp_16"
android:layout_marginBottom="@dimen/dp_5"
app:cardCornerRadius="@dimen/dp_4"
app:cardElevation="@dimen/dp_4">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/dp_18"
android:background="@color/color_232323"
android:paddingBottom="@dimen/dp_18"
android:gravity="center_vertical"
android:orientation="horizontal">
<TextView
android:layout_width="@dimen/dp_3"
android:layout_height="@dimen/dp_13"
android:background="@color/color_fbbc39" />
<TextView
android:id="@+id/tv_tables_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_5"
android:text="小桌"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_16"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_number_min_max"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_5"
android:text="1-2人"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_time"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/color_a6a6a6"
android:text="约30分钟"
android:textSize="@dimen/sp_14" />
<TextView
android:id="@+id/tv_front"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_13"
android:layout_weight="1"
android:gravity="right"
android:text="前方3桌"
android:textColor="@color/color_fbbc39"
android:textSize="@dimen/sp_16" />
</LinearLayout>
</android.support.v7.widget.CardView>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/space_10_dp"
android:layout_marginRight="@dimen/space_16_dp"
android:background="@color/color_ff2f2f2f"
android:paddingBottom="@dimen/dp_6"
android:paddingLeft="@dimen/dp_19"
android:paddingRight="@dimen/dp_19"
android:paddingTop="@dimen/dp_6"
android:textColor="@color/color_d3d3d3"
android:text="加载中">
</TextView>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_1"
android:orientation="vertical"
android:background="@color/color_191919">
<android.support.v7.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_20"
android:gravity="center_vertical"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_item_shop_name"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:textColor="@color/color_a6a6a6"
android:layout_weight="1"
android:textSize="@dimen/font_18_sp"
android:text="水果蛋糕1个" />
<TextView
android:id="@+id/tv_item_shop_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/color_a6a6a6"
android:paddingLeft="@dimen/dp_10"
android:paddingRight="@dimen/dp_75"
android:textSize="@dimen/font_16_sp"
android:text="¥25" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginRight="@dimen/dp_15"
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
android:id="@+id/tv_item_reduce"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_10"
android:src="@mipmap/ic_home_mall_order_reduce_night" />
<TextView
android:id="@+id/tv_item_count"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/color_d3d3d3"
android:textSize="@dimen/font_16_sp"
android:text="1" />
<ImageView
android:id="@+id/tv_item_add"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_10"
android:src="@mipmap/ic_home_mall_order_reduce_copy_night" />
</LinearLayout>
</android.support.v7.widget.LinearLayoutCompat>
<TextView
android:id="@+id/tv_show_spec"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/sp_9"
android:text="大份,原味"
android:layout_marginBottom="@dimen/dp_20"
android:layout_marginLeft="@dimen/dp_15"
android:textColor="@color/color99"/>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="50dp"
android:id="@id/dk_title"
android:background="@color/actionbar"
android:orientation="vertical">
<ImageView
android:id="@+id/iv_onback"
android:layout_width="49dp"
android:layout_height="49dp"
android:layout_gravity="center_vertical"
android:background="@drawable/view_press_style"
android:padding="16dp"
android:src="@mipmap/ic_back_black"
tools:ignore="ContentDescription" />
<TextView
android:id="@+id/tv_title"
android:layout_width="wrap_content"
android:layout_height="49dp"
android:layout_gravity="center"
android:gravity="center"
android:textColor="@color/white"
android:textSize="18sp"
tools:text="标题" />
<View
style="@style/divider_night"
android:layout_marginTop="49dp" />
</FrameLayout>
\ No newline at end of file
......@@ -101,7 +101,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_marginBottom="@dimen/dp_10"
android:src="@mipmap/ic_home_mall_order"
android:src="@mipmap/ic_shopp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent" />
......
......@@ -17,6 +17,7 @@
android:id="@+id/tv_state_bar"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_25"
android:visibility="gone"
android:background="@color/btn_bg" />
<RelativeLayout
......
......@@ -57,9 +57,9 @@
android:layout_marginLeft="@dimen/dp_21"
android:layout_marginTop="@dimen/dp_32"
android:layout_marginRight="@dimen/dp_21"
android:background="@drawable/bg_dialog_btn_one"
android:background="@drawable/bg_dialog_btn_one_night"
android:text="@string/commit"
android:textColor="@color/white" />
android:textColor="@color/color_171717" />
</android.support.v7.widget.LinearLayoutCompat>
......
......@@ -19,6 +19,8 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_15"
android:layout_weight="1"
android:textColor="@color/color33"
android:textSize="@dimen/font_18_sp"
android:text="水果蛋糕1个" />
<TextView
......@@ -27,7 +29,9 @@
android:layout_height="wrap_content"
android:paddingLeft="@dimen/dp_10"
android:paddingRight="@dimen/dp_75"
android:text="¥25" />
android:text="¥25"
android:textColor="@color/color33"
android:textSize="@dimen/font_16_sp" />
<LinearLayout
android:layout_width="wrap_content"
......@@ -49,14 +53,15 @@
android:id="@+id/tv_item_count"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1" />
android:text="1"
android:textSize="@dimen/font_16_sp" />
<ImageView
android:id="@+id/tv_item_add"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_10"
android:src="@mipmap/ic_home_mall_order_reduce_copy" />
android:src="@mipmap/ic_home_mall_order_reduce_copy_night" />
</LinearLayout>
</android.support.v7.widget.LinearLayoutCompat>
......@@ -65,11 +70,11 @@
android:id="@+id/tv_show_spec"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/sp_9"
android:text="大份,原味"
android:layout_marginBottom="@dimen/dp_20"
android:layout_marginLeft="@dimen/dp_15"
android:textColor="@color/color99"/>
android:layout_marginBottom="@dimen/dp_20"
android:text="大份,原味"
android:textColor="@color/color99"
android:textSize="@dimen/sp_9" />
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">modoo order</string>
<string name="login_activity_path">cn.dankal.user.login.LoginActivity</string>
<string name="app_language">CN</string>
<string name="login">Login</string>
<string name="user_name">acct</string>
<string name="input_username">input acct</string>
<string name="password">PW</string>
<string name="input_password">input pw</string>
<string name="sure_password">confirm pw</string>
<string name="commit">Submit</string>
<string name="switch_success">swith success</string>
<string name="home">home</string>
<string name="mall">mall</string>
<string name="shopping_cart">Cart</string>
<string name="Personal_center">MY</string>
<string name="recommend_businessman">merchant</string>
<string name="more">more</string>
<string name="nearby_shops">nearby</string>
<string name="screening">Filt</string>
<string name="person_info"><![CDATA[info>]]></string>
<string name="mall_order">mall order</string>
<string name="food_order">food order</string>
<string name="coupons">coupon</string>
<string name="have_stamp">stamp</string>
<string name="my_collect">collect</string>
<string name="message">message</string>
<string name="system_message">system msg</string>
<string name="my_queue">queue</string>
<string name="setting">setting</string>
<string name="contact_customer_service">Service</string>
<string name="common_problems">FQS</string>
<string name="clear_cache">clear cache</string>
<string name="about_me">about us</string>
<string name="feedback">feedback</string>
<string name="switch_language">switch lang</string>
<string name="cancellation_account">cancel acct</string>
<string name="log_out">logout</string>
<string name="please_select_coupon">pls Choose a coupon</string>
<string name="WeChat_payment">WeChatPay</string>
<string name="Please_enter_the_correct_format_mailbox">enter email ADR</string>
<string name="Please_enter_your_cell_phone_number">enter phone number</string>
<string name="Successful_change">Successful</string>
<string name="Forget_the_password">Forgot Ps</string>
<string name="Please_enter_the_verification_code">enter verification</string>
<string name="Please_enter_your_mailbox">enter email</string>
<string name="Please_fill_in_the_mailbox_verification_code">enter email verification</string>
<string name="Get_the_authentication_code_first">Get verification</string>
<string name="Country_code">CC</string>
<string name="find_email_id">Retrieve emali ID</string>
<string name="Data_is_being_initialized">being initialized...</string>
<string name="Please_enter_a_new_password">enter new pw</string>
<string name="Modify_mailbox_address">Modify email adr</string>
<string name="Mail_account_already_exists">already exist</string>
<string name="update_password">change pw</string>
<string name="update_phone">change phone</string>
<string name="Please_check_the_agreement_first">please agree with the protocol</string>
<string name="Mobile_phone_number_already_exists">already exist!</string>
<string name="registered_account">sign up</string>
<string name="login_was_successful">Registr Complete</string>
<string name="input_password_again">please enpter password again</string>
<string name="phone">phone</string>
<string name="email">email</string>
<string name="verification_code">verification code</string>
<string name="get_the_authentication_code">get verification code</string>
<string name="next_step">next</string>
<string name="temporary_login_code">OTP</string>
<string name="please_enter_a_temporary_login_code">pls enter OTP</string>
<string name="get_the_login_code">get OTP</string>
<string name="explanatory_hints">note:This OPT can only be used once,You need to change your password in the Personal Center after logging in.</string>
<string name="forget_password">forget pw</string>
<string name="apply_into">apply</string>
<string name="exit_the_application">Click again to exit the app</string>
<string name="in_home">enter home</string>
<string name="mailbox_verification_code">email code</string>
<string name="save">save</string>
<string name="please_enter_the_original_password">enter the original pw</string>
<string name="new_password">new pw</string>
<string name="confirm_the_new_password">confirm pw</string>
<string name="please_enter_the_new_password_again">enter the new pw again</string>
<string name="submit_and_save">save</string>
<string name="agree">agree</string>
<string name="user_authorization_protocol">《user authorization protocol》</string>
<string name="existing_account_login">existing acct login</string>
<string name="mailbox_receiving_Information_protocol">《mailbox receiving Information protocol》</string>
<string name="name">name</string>
<string name="please_enter_your_name">enter name</string>
<string name="submit_registration">submit</string>
<string name="need_to_delete">delete?</string>
<string name="cancel">cancel</string>
<string name="ok">ok</string>
<string name="no_more_reductions">no more reductions</string>
<string name="distance">distance</string>
<string name="monthly_sale">monthly sales</string>
<string name="to">to</string>
<string name="only_refund">only </string>
<string name="refund">refund</string>
<string name="successful_refund_only">successful</string>
<string name="successful_refund">successful</string>
<string name="audit_rejection">reject</string>
<string name="upload_pictures">upload</string>
<string name="personal_payment">payment</string>
<string name="people">people</string>
<string name="consignee">Consi:</string>
<string name="about">about</string>
<string name="minute">min</string>
<string name="ahead">of</string>
<string name="table">table</string>
<string name="to_be_paid">unpaid</string>
<string name="paymented">paid</string>
<string name="application_for_refund">refund applying</string>
<string name="to_be_received">receiving</string>
<string name="completed">completed</string>
<string name="cancelled">cancelled</string>
<string name="refusal_of_refund">refund reject</string>
<string name="common">in total</string>
<string name="components_total">pcs,total₩</string>
<string name="order_time">time</string>
<string name="goods">pcs</string>
<string name="dinner_already_served">done</string>
<string name="wait_for_dinner">waiting</string>
<string name="refunded">refunded</string>
<string name="to_be_delivered">delivered</string>
<string name="please_select_the_item_you_want_to_pay_first">pls select the item to pay for first</string>
<string name="different_businesses">only one merchant can settlement</string>
<string name="no_items_yet_no_billing_yet">No items</string>
<string name="please_select_the_item_you_want_to_delete_first">Pls select the item</string>
<string name="no_items_yet_no_operation_at_this_time">No items</string>
<string name="settlement">settlement</string>
<string name="shopping_cart_is_empty">No items~</string>
<string name="do_you_want_to_delete_the_selected_item">delete items?</string>
<string name="successfully_deleted">deleted</string>
<string name="total">total</string>
<string name="Items">pcs</string>
<string name="do_you_want_to_empty_your_shopping_cart">empty now?</string>
<string name="successful_operation">successful</string>
<string name="please_scan_the_qr_code_on_the_table">scan qr code</string>
<string name="stamps_can_be_exchanged_for_goods_and_general_merchandise">Stamp exchange goods and ordinary</string>
<string name="in_the_ine">in the line</string>
<string name="passed_number">passed number</string>
<string name="your_queue_has_been_numbered_please_requeue">your queue has been number</string>
<string name="come_back">back</string>
<string name="requeue">requeue</string>
<string name="please_select_the_main_specification">pls selecg main</string>
<string name="Joined_successfully">successfully!</string>
<string name="selected">done</string>
<string name="go_to_settlement">settlement</string>
<string name="you_have_not_added_any_items_yet">No items</string>
<string name="zhang">pcs</string>
<string name="piece_total">pcs,total</string>
<string name="table_shape">table</string>
<string name="table_number">nunber</string>
<string name="not_supported_yet">nonsupport</string>
<string name="select_payment_method">Method</string>
<string name="choose_a_coupon">coupon</string>
<string name="available">usable</string>
<string name="unavailable">disabled</string>
<string name="result_page">result</string>
<string name="number_of_stamps_obtained">stamps:</string>
<string name="the_pieces_can_be_deducted_by_a_certain_amount">pcs,the pieces can be deducted by a certain amount!</string>
<string name="recommended_merchant">merchant</string>
<string name="no_more">no more</string>
<string name="ordering_results">results</string>
<string name="Immediate_payment">pay</string>
<string name="redeem_now">redeem now</string>
<string name="coupons_are_not_available">not available</string>
<string name="content_cannot_be_empty">can not empty!</string>
<string name="failure_to_pay">failure</string>
<string name="successful_payment">successful</string>
<string name="businessmen_are_not_in_business_for_the_time_being">Not opening Hours</string>
<string name="number_of_stamps_currently_in_possession">stamps number</string>
<string name="stamp_closure">off</string>
<string name="stamp_opening">on</string>
<string name="food_products">food</string>
<string name="commodity">items</string>
<string name="business_profile">profile</string>
<string name="the_merchant_does_not_support_the_use_of_coupons">not available</string>
<string name="unopened_positioning">unopened</string>
<string name="please_turn_on_positioning">opened</string>
<string name="in_business">open</string>
<string name="not_open">Yet open</string>
<string name="no_queuing">no queuing</string>
<string name="there_is_no_business_nearby">there is no merchant~</string>
<string name="search">search</string>
<string name="whether_to_clear_search_history">clean it?</string>
<string name="please_add_a_description">description</string>
<string name="successful_comments">successful</string>
<string name="evaluate">evaluate</string>
<string name="after_sale">AS</string>
<string name="please_choose_the_reason_for_canceling_the_order">Select reason</string>
<string name="order_details">details</string>
<string name="alipay_payment">alipay</string>
<string name="stamp_payment">stamp</string>
<string name="small_procedures">Mini</string>
<string name="about_us"> about us</string>
<string name="refund_after_sale">refund/AS</string>
<string name="you_dont_have_an_order_yet">no order</string>
<string name="editors_name">Edit Name</string>
<string name="please_fill_in_your_name">Pls fill name</string>
<string name="please_fill_in_your_suggestions">Pls fill Suggestion</string>
<string name="successful_submission">successful</string>
<string name="my_collection">collection</string>
<string name="coupon">coupon</string>
<string name="restaurant">restauant</string>
<string name="successful_queuing">successful</string>
<string name="personal_information">Personal info</string>
<string name="select_pictures">selecg picture</string>
<string name="photograph">photo</string>
<string name="local_album">album</string>
<string name="details_of_the_question">question</string>
<string name="queuing_details">details</string>
<string name="scanning_failure">failure</string>
<string name="whether_to_clear_the_cache">clean it?</string>
<string name="whether_to_confirm_the_cancellation_of_accounts">cancellation acct?</string>
<string name="successful_cancellation">successful</string>
<string name="are_you_sure_to_log_out">log out?</string>
<string name="postage_stamps">stamps</string>
<string name="you_don_have_a_stamp_at_the_moment">There is no stamp~</string>
<string name="system_notification">notification</string>
<string name="details_of_system_notification">details</string>
<string name="address_details">ADR details</string>
<string name="new_Address">Create ADR</string>
<string name="urban_choice">city</string>
<string name="choose_your_location">location</string>
<string name="please_choose_your_location">location!</string>
<string name="please_fill_in_the_address_details">fill adr!</string>
<string name="add_success">success!</string>
<string name="successful_revision">successful</string>
<string name="address_management">Edit ADR</string>
<string name="left_slide_ddit_address">left slide dit address</string>
<string name="whether_to_delete_the_address">delete?</string>
<string name="successful_setup">successful!</string>
<string name="all">all</string>
<string name="a_new">new</string>
<string name="praise">Praise</string>
<string name="chinese_commentary">medium</string>
<string name="negative_comment">negative</string>
<string name="figure">figure</string>
<string name="details">details</string>
<string name="confirmation_of_orders">confirm</string>
<string name="commodity_details">details</string>
<string name="a_select">select</string>
<string name="return_to_home_page">back home</string>
<string name="successful_trade">successful</string>
<string name="immediate_evaluation">evaluation</string>
<string name="view_comments">view</string>
<string name="queue_number">queue</string>
<string name="successful_collection">successful</string>
<string name="successful_cancellation_of_collection">cancel</string>
<string name="monthly_sales">sales</string>
<string name="submission_failure">failure</string>
<string name="do_you_want_to_cancel_the_refund_application">cancel refund application?</string>
<string name="successful_withdrawal_of_application_can_view_your_order_in_full_order">successful withdrawal of application can</string>
<string name="whether_to_dial">Whether to call?</string>
<string name="after_sales_details">AS details</string>
<string name="you_have_successfully_initiated_a_refund_applicatiplease_be_patient_and_wait_for_the_merchant_to_process_it">您已成功发起退款申请,请耐心等待商家处理。</string>
<string name="tip_merchant_refuses">If the merchant refuses and your order is not</string>
<string name="your_refund_application_has_been_approved">refund approved</string>
<string name="your_refund_application_has_been_successful">Refund success</string>
<string name="please_wait_for_business_refund_to_return_to_your_account">Return to your account later</string>
<string name="your_refund_application_has_not_been_approved_and_the_refund_has_been_closed">Refund failure</string>
<string name="your_application_is_not_in_conformity_with_the_actual_situation">Not in conformity with reality</string>
<string name="tip_refund_application">The refund has been cancelled.</string>
<string name="reasons_for_refund">Refund cause:</string>
<string name="refund_amount">refund amount:</string>
<string name="application_time">time:</string>
<string name="refund_number">number:</string>
<string name="apply_for_after_sale">AS</string>
<string name="please_choose_the_reason_for_canceling_therefund">Select reason</string>
<string name="please_fill_in_the_refund_instructions">filling explanation</string>
<string name="message_record">Message</string>
<string name="successful_message">留successful</string>
<string name="consultative_history">history</string>
<string name="commodity_orders">商品订单</string>
<string name="cancellation_successful">Successful!</string>
<string name="no_logistics_information_yet">No information!</string>
<string name="do_you_want_to_confirm_receipt">confirm receipt?</string>
<string name="successful_delivery">successful</string>
<string name="left">left</string>
<string name="branch">min</string>
<string name="second">sec</string>
<string name="if_no_payment_is_made">,If payment is not made</string>
<string name="press_the_exit_procedure_again">Press again to</string>
<string name="prohibiting_access_will_affect_your_normal_use">Prohibiting access to permissi</string>
<string name="refuse">Refused</string>
<string name="failed_to_obtain_permission">Failed to get permission</string>
<string name="agree_to_open">agree</string>
<string name="please_fill_in_the_consignee">fill consignee</string>
<string name="contact_information">contact:</string>
<string name="please_fill_in_the_telephone_number">phone number</string>
<string name="Location">Location:</string>
<string name="detailed_address">address:</string>
<string name="please_enter_a_detailed_address">detailed</string>
<string name="setting_default_address">Set default</string>
<string name="note_This_address">note:This address will be</string>
<string name="new_address">new</string>
<string name="please_wait_for_the_dealer_to_deal_with_it">merchant to pro</string>
<string name="successful_refund_tow">successful</string>
<string name="refund_closure">close</string>
<string name="cancellation_of_application">revocation</string>
<string name="application_for_amendment">modify</string>
<string name="refund_amount_tow">amount</string>
<string name="refund_information">refund info</string>
<string name="successful_order_appeal">successful</string>
<string name="please_wait_patiently_for_background_processing">Please be patient</string>
<string name="reason_after_sale_one">Do not receive the goods, or the seller</string>
<string name="reason_after_sale_tow">Do not receive the goods, or the seller</string>
<string name="please_choose">choose</string>
<string name="most">most</string>
<string name="reimbursement_note">refundment:</string>
<string name="selective_filling">option</string>
<string name="upload_vouchers">upload</string>
<string name="selection_of_specifications">SPEC</string>
<string name="reserved_queue">queue</string>
<string name="please_write_down_your_suggestions_here">* Please write down suggestions</string>
<string name="upload_pictures_tow">upload(0/3)</string>
<string name="upload_image_six">upload(0/6)</string>
<string name="reasons_for_refund_tow">cause</string>
<string name="evaluation_success">success</string>
<string name="view_orders">view</string>
<string name="recommendation_for_you">recommend</string>
<string name="total_price">total</string>
<string name="coupon_deduction">coupon</string>
<string name="total_tow">total</string>
<string name="order_number">number</string>
<string name="creation_time">time</string>
<string name="the_transaction_has_been_completed">completed</string>
<string name="signed_and_received_thank_you_for_your_support">have been signed!</string>
<string name="view_logistics_Information">logistics Info</string>
<string name="payment_time">time</string>
<string name="confirmation_of_receipt">confirm receipt</string>
<string name="cancellation_of_order">cancel</string>
<string name="waiting_for_the_buyer_to_pay">non-payment</string>
<string name="please_enter_the_name_merchant">merchant name</string>
<string name="hot_search">hot search</string>
<string name="search_history">history</string>
<string name="business_details">detail</string>
<string name="business_bulletin">notice :</string>
<string name="no_activity">*Do not participate in</string>
<string name="all_election">all</string>
<string name="delete">Del</string>
<string name="view_the_map_page_of_nearby_businesses">Map view</string>
<string name="merchandise_recommendation">recommen</string>
<string name="current_queuing_situation">queuing</string>
<string name="actual_payment">payment:</string>
<string name="immediate_use">use</string>
<string name="business_Information">Info</string>
<string name="no_coupons">nonuse</string>
<string name="total_tow_one">total:</string>
<string name="see_details">detail</string>
<string name="please_add_the_receiving_address">Address</string>
<string name="amount_of_goods">amount</string>
<string name="payment_method">method</string>
<string name="confirm_the_order">order</string>
<string name="current_total_stamps">stamps:</string>
<string name="add_to_cart">cart</string>
<string name="buy_immediately">buy</string>
<string name="selection_specification">specifi</string>
<string name="empty_history">empty</string>
<string name="scanning_failure_tow">failure</string>
<string name="two_dimensional_accessed">Invalid QR code</string>
<string name="we_will_serve_you_as_soon_as_possible">we will serve you</string>
<string name="currently_ordered">Menus</string>
<string name="continue_ordering">continue</string>
<string name="i_would_like_to_order">order</string>
<string name="queuing_results">result</string>
<string name="hear_the_call">Please go to the reception desk when you hear the call</string>
<string name="If_the_table_has_not_succeeded">If you fail to place an order, you will have to queue up again</string>
<string name="cancel_queuing">cancel</string>
<string name="the_queue_is_out_of_date">have expired</string>
<string name="queuing_reminders">Remind</string>
<string name="we_are_waiting_for_you">Its coming up to you</string>
<string name="waiting_before_ordering">Wait for the number of 0 before ordering</string>
<string name="your_queue_number">queue number</string>
<string name="number_of_waiting_tables_ahead">Waiting tables</string>
<string name="expected_waiting_time">waiting time</string>
<string name="tip_text_table">f you have not placed an order at table 3, you need to queue up again</string>
<string name="head_portrait">profile photo</string>
<string name="change_table_number">change table</string>
<string name="remarks">remark</string>
<string name="please_enter_your_comments">input remark</string>
<string name="no_address_at_present">input address</string>
<string name="no_business_was_found">no found merchant~</string>
<string name="no_merchandise_yet">No items~</string>
<string name="your_order_is_empty">No items~</string>
<string name="no_nearby_merchants_are">Please turn on positioning!</string>
<string name="set_it_up_right_away">Set up</string>
<string name="businessmen_currently_have_no_merchandise">No items~</string>
<string name="a_coupon_at_the_moment">You dont have coupons~</string>
<string name="you_are_not_queuing_for_the_time_being">You are not in line~</string>
<string name="no_content">no content</string>
<string name="whether_to_dial_the_customer_service_hotline">contact customer hotline?</string>
<string name="dial">contact</string>
<string name="ordered_dishes">ordered </string>
<string name="empty_menu">empty</string>
<string name="business_status">Operating Status</string>
<string name="line_up">line</string>
<string name="reset">reset</string>
<string name="complete">done</string>
<string name="Input_notes">remark</string>
<string name="choosing_language">select language</string>
<string name="Plechoose_customer_service">Please select customer contact</string>
<string name="call_the_customer_service_hotline">contact customer hotline</string>
<string name="leaving_a_message_tow">message</string>
<string name="please_choose_the_number_of_people_who_eat">the number of diners</string>
<string name="default_one">[default]</string>
<string name="upload_photos">upload</string>
<string name="add_menu">add</string>
<string name="selective_classification">choose classification</string>
<string name="score">Evaluate</string>
<string name="come_and_give_your_product_a_uick_evaluation">Please make a comment on the goods!</string>
<string name="submit_a_message">submit</string>
<string name="please_fill_in_your_message">input your message!</string>
<string name="mark_default">default</string>
<string name="edit">edit</string>
<string name="number">number</string>
<string name="stock">Stock</string>
<string name="piece">pcs</string>
<string name="details_of_dishes">details</string>
<string name="quick_login">Quick login</string>
<string name="text_wechat">wechat</string>
<string name="view_reviews">view</string>
<string name="queue_number_show">number:</string>
<string name="number_of_waiting_tables_ahead_tow">Waiting tables:</string>
<string name="expected_waiting_time_tow">Waiting time:</string>
<string name="loading">loading</string>
<string name="no">no</string>
<string name="yes">yes</string>
<string name="ok_i_known">I konwn</string>
<string name="location">location</string>
<string name="please_select_the_specifications_first">Please select specification</string>
<string name="the_table_number_is_in_use">in use. Please replace it</string>
<string name="no_queuing_is_required_at_present">There are no lines</string>
<string name="wechat_logon_cancellation">Cancel WeChat login</string>
<string name="wechat_authorization_failed">WeChat authorization failed</string>
<string name="another_order">another order</string>
<string name="order_appeal">order appeal</string>
<string name="cancellation_of_complaints">cancel appeal</string>
<string name="order_information">order information</string>
<string name="order_number_tow">order number:</string>
<string name="distribution_mode">Distribution mode:</string>
<string name="logistics_details">Logistics details</string>
<string name="cancellation_clause">We are very attach great importance to the protection of your personal information and privacy and your account number, the account will erase all data, if the login again you will need to register to apply for account cancellation, please agree The terms of the cancellation, if get back after the cancellation of the original data to the account, please careful operation, please read and agree to before operation After the provisions in the operating account cancellation.</string>
<string name="write_off_clause">Account Cancellation Terms</string>
<string name="user_cancellation_clause_agreement">《User Logout Terms Agreement》</string>
<string name="comprehensive">synthesis</string>
<string name="sales_volume">sales</string>
<string name="price">price</string>
<string name="successful_partial_refund">Partial refund successful</string>
<string name="successful_full_refund">Full refund successful</string>
<string name="complaint_time">time</string>
<string name="causes_of_complaint">cause</string>
<string name="mall_after_sales_orders">Mall After-sales Order</string>
<string name="mailbox_id_is_registered">ID has been registered</string>
<string name="order_cancelled">Orders was canceled</string>
<string name="Scan">Scan</string>
<string name="please_put_the_two_dimensional_code_of_Wechat_in_the_box">Please put the WeChat QR code </string>
<string name="wechat_two_dimensional_code">R code</string>
<string name="bind_phone">Bindphone number</string>
<string name="the_phone_number_is_already_bound">This phone number has been bound</string>
<string name="this_email_account_is_bound">This email has been bound</string>
<string name="please_fill_in_the_area_where_you_are_located">Please fill in the area</string>
<string name="please_queue_again">please queue up again</string>
<string name="whether_to_cancel_the_queue">Whether to cancel the queue or not?</string>
<string name="shipped_by_seller">delivered</string>
<string name="delivery_time">delivery time</string>
<string name="causes_for_cancellation">causes</string>
<string name="dealing_time">Deal time</string>
<string name="close_page">close</string>
<string name="refund_pending">refund pending</string>
<string name="merchant_does_not_process">If the business is not processed automatically through</string>
<string name="hour">hour</string>
<string name="day">day</string>
<string name="default_notification_channel_id" translatable="false">fcm_default_channel</string>
<string name="received_goods">Goods have been received</string>
<string name="insufficient_stamps">There are not enough stamps to redeem</string>
<string name="waiting_time">Waiting time</string>
<string name="number_of_remaining_tables">The remaining tables</string>
<string name="reset_get">regain</string>
<string name="zhe">discount</string>
<string name="merchant_reply">reply:</string>
<string name="please_instal_wechat">Please install WeChat first</string>
<string name="is_cancel_apply">Whether or not</string>
<string name="login_error">login error</string>
<string name="lock_state">It is currently locked</string>
<string name="please_input_shop_name">enter the product name</string>
<string name="address_manager">Address management</string>
<string name="login_Invalid">Login invalid</string>
<string name="Please_select_a_star_rating">select star level</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">modoo order</string>
<string name="login_activity_path">cn.dankal.user.login.LoginActivity</string>
<string name="app_language">日本語</string>
<string name="login">ログ</string>
<string name="user_name">アカウ</string>
<string name="input_username">あなたのアカウ</string>
<string name="password">パスワード</string>
<string name="input_password">パスワード</string>
<string name="sure_password">暗証番号</string>
<string name="commit">提出</string>
<string name="switch_success">言葉の切り替!</string>
<string name="home">トッ</string>
<string name="mall"></string>
<string name="shopping_cart">ショッ</string>
<string name="Personal_center">個人セン</string>
<string name="recommend_businessman">推商店を</string>
<string name="more">より</string>
<string name="nearby_shops">近くの商</string>
<string name="screening">選別</string>
<string name="person_info"><![CDATA[個人情報>]]></string>
<string name="mall_order">ショッピ</string>
<string name="food_order">食事の注文</string>
<string name="coupons">クーポン</string>
<string name="have_stamp">切手を持つ</string>
<string name="my_collect">收藏</string>
<string name="message">ニュス</string>
<string name="system_message">システム</string>
<string name="my_queue">私の列</string>
<string name="setting">設置</string>
<string name="contact_customer_service">コールセ</string>
<string name="common_problems">FAQ</string>
<string name="clear_cache">キャッシュ</string>
<string name="about_me">私たちに</string>
<string name="feedback">フィード</string>
<string name="switch_language">切言語を</string>
<string name="cancellation_account">アカウン</string>
<string name="log_out">ログア</string>
<string name="please_select_coupon">クーポンを選</string>
<string name="WeChat_payment">ウィーチ</string>
<string name="Please_enter_the_correct_format_mailbox">正しい形式のメールア</string>
<string name="Please_enter_your_cell_phone_number">携帯電話番号を記入</string>
<string name="Successful_change">変更に成功</string>
<string name="Forget_the_password">忘パスワ</string>
<string name="Please_enter_the_verification_code">認証コードを</string>
<string name="Please_enter_your_mailbox">メールアドレス</string>
<string name="Please_fill_in_the_mailbox_verification_code">メールアドレス認証コード</string>
<string name="Get_the_authentication_code_first">まずcaptchaを</string>
<string name="Country_code">国コード</string>
<string name="find_email_id">メールボック</string>
<string name="Data_is_being_initialized">データは初期化中...</string>
<string name="Please_enter_a_new_password">新しいパスワード</string>
<string name="Modify_mailbox_address">メールアドレス</string>
<string name="Mail_account_already_exists">メールアドレスは</string>
<string name="update_password">パスワードを</string>
<string name="update_phone">携帯番号を修</string>
<string name="Please_check_the_agreement_first">まず協議書にチェ</string>
<string name="Mobile_phone_number_already_exists">携帯電話の番号!</string>
<string name="registered_account">を登録する</string>
<string name="login_was_successful">登録が成功</string>
<string name="input_password_again">パスワードを再度入</string>
<string name="phone">携帯電話</string>
<string name="email">メール</string>
<string name="verification_code">検証コード</string>
<string name="get_the_authentication_code">確認コードを取得する</string>
<string name="next_step">次の一歩</string>
<string name="temporary_login_code">一時ログイン</string>
<string name="please_enter_a_temporary_login_code">仮ログインコード</string>
<string name="get_the_login_code">ログインコ</string>
<string name="explanatory_hints">注意:仮パスワードは1回のみ使用でき、ログイン後にパーソナルセンターでパスワードを変更する必.</string>
<string name="forget_password">パスワー</string>
<string name="apply_into">エントリ</string>
<string name="exit_the_application">もう一度押すと、アプ</string>
<string name="in_home">メインページ</string>
<string name="mailbox_verification_code">Eメール確</string>
<string name="save">保存する</string>
<string name="please_enter_the_original_password">元のパスワード</string>
<string name="new_password">新しい</string>
<string name="confirm_the_new_password">新しいパス</string>
<string name="please_enter_the_new_password_again">新しいパスワード</string>
<string name="submit_and_save">保存する</string>
<string name="agree">同意する</string>
<string name="user_authorization_protocol">《ユーザー認証契約》</string>
<string name="existing_account_login">既存のアカウン</string>
<string name="mailbox_receiving_Information_protocol">《メールボックス受》</string>
<string name="name">名前</string>
<string name="please_enter_your_name">名前を入力してください</string>
<string name="submit_registration">録を送信する</string>
<string name="need_to_delete">削除する必要がありますか</string>
<string name="cancel">キャンセル</string>
<string name="ok">決定する</string>
<string name="no_more_reductions">これ以上の削</string>
<string name="distance">距離</string>
<string name="monthly_sale">月額セール</string>
<string name="to"></string>
<string name="only_refund">返金のみ</string>
<string name="refund">払い戻し</string>
<string name="successful_refund_only">払い戻しの</string>
<string name="successful_refund">返品と返金の</string>
<string name="audit_rejection">レビューが拒否</string>
<string name="upload_pictures">画像をアップロード</string>
<string name="personal_payment">人々は支払う</string>
<string name="people"></string>
<string name="consignee">レシーバー:</string>
<string name="about"></string>
<string name="minute"></string>
<string name="ahead">前面</string>
<string name="table">テーブル</string>
<string name="to_be_paid">支払われる</string>
<string name="paymented">有料</string>
<string name="application_for_refund">払い戻し申請</string>
<string name="to_be_received">領収書を</string>
<string name="completed">完成</string>
<string name="cancelled">キャンセル</string>
<string name="refusal_of_refund">返金の拒否</string>
<string name="common">合計</string>
<string name="components_total">枚,合計₩</string>
<string name="order_time">注文時間</string>
<string name="goods">枚商品</string>
<string name="dinner_already_served">すでに提</string>
<string name="wait_for_dinner">夕食を</string>
<string name="refunded">返金</string>
<string name="to_be_delivered">配達を</string>
<string name="please_select_the_item_you_want_to_pay_first">最初に支払う商品を選</string>
<string name="different_businesses">異なる商人は一緒に解決することはできま</string>
<string name="no_items_yet_no_billing_yet">まだ商品がなく、一時的</string>
<string name="please_select_the_item_you_want_to_delete_first">削除する商品を選択し</string>
<string name="no_items_yet_no_operation_at_this_time">製品はまだありません、</string>
<string name="settlement">購入</string>
<string name="shopping_cart_is_empty">ショッピングカー</string>
<string name="do_you_want_to_delete_the_selected_item">選択した製品を削除?</string>
<string name="successfully_deleted">正常に削</string>
<string name="total">合計</string>
<string name="Items">枚商品</string>
<string name="do_you_want_to_empty_your_shopping_cart">ショッピングカー?</string>
<string name="successful_operation">正常な操作</string>
<string name="please_scan_the_qr_code_on_the_table">テーブルのQRコードを</string>
<string name="stamps_can_be_exchanged_for_goods_and_general_merchandise">切手交換商品と一般商品の同時お支払いは</string>
<string name="in_the_ine">行で</string>
<string name="passed_number">合格し</string>
<string name="your_queue_has_been_numbered_please_requeue">キューが通過しました。再度</string>
<string name="come_back">戻る</string>
<string name="requeue">再キュー</string>
<string name="please_select_the_main_specification">主な仕様を選</string>
<string name="Joined_successfully">成功裏に参加!</string>
<string name="selected">選択済</string>
<string name="go_to_settlement">購入</string>
<string name="you_have_not_added_any_items_yet">製品はまだ追加され</string>
<string name="zhang"></string>
<string name="piece_total">枚,合計</string>
<string name="table_shape">テー</string>
<string name="table_number">テーブル</string>
<string name="not_supported_yet">現在サポー</string>
<string name="select_payment_method">お支払い方法</string>
<string name="choose_a_coupon">クーポンを選</string>
<string name="available">使える</string>
<string name="unavailable">利用でき</string>
<string name="result_page">結果ペー</string>
<string name="number_of_stamps_obtained">得られたス:</string>
<string name="the_pieces_can_be_deducted_by_a_certain_amount">枚,一定額を集めて商品を差し引く!</string>
<string name="recommended_merchant">おすすめビ</string>
<string name="no_more">これ以上の</string>
<string name="ordering_results">注文結果</string>
<string name="Immediate_payment">すぐに支払う</string>
<string name="redeem_now">今すぐ交換</string>
<string name="coupons_are_not_available">クーポンは利</string>
<string name="content_cannot_be_empty">コンテンツを!</string>
<string name="failure_to_pay">支払いに失</string>
<string name="successful_payment">支払い完</string>
<string name="businessmen_are_not_in_business_for_the_time_being">営業時間外</string>
<string name="number_of_stamps_currently_in_possession">現在所有している切手の数</string>
<string name="stamp_closure">スタンプ閉じ</string>
<string name="stamp_opening">スタンプ</string>
<string name="food_products">お食事</string>
<string name="commodity">商品</string>
<string name="business_profile">マーチャ</string>
<string name="the_merchant_does_not_support_the_use_of_coupons">商人はクーポンの使用を</string>
<string name="unopened_positioning">ターゲティン</string>
<string name="please_turn_on_positioning">ターゲティン</string>
<string name="in_business">営業中</string>
<string name="not_open">営業時間外</string>
<string name="no_queuing">キューに入れ</string>
<string name="there_is_no_business_nearby">近くにビジネスは~</string>
<string name="search">検索</string>
<string name="whether_to_clear_search_history">検索履歴をクリア?</string>
<string name="please_add_a_description">説明を追加</string>
<string name="successful_comments">コメント成功</string>
<string name="evaluate">評価</string>
<string name="after_sale">販売後</string>
<string name="please_choose_the_reason_for_canceling_the_order">注文をキャンセルする</string>
<string name="order_details">注文詳細</string>
<string name="alipay_payment">Ali-Payで支払う</string>
<string name="stamp_payment">切手支払い</string>
<string name="small_procedures">アプレット</string>
<string name="about_us">私たちに関しては</string>
<string name="refund_after_sale">返金/販売後</string>
<string name="you_dont_have_an_order_yet">まだ注文はありません~</string>
<string name="editors_name">名前を編集する</string>
<string name="please_fill_in_your_name">お名前をご記入ください</string>
<string name="please_fill_in_your_suggestions">あなたの提案を</string>
<string name="successful_submission">正常に送信</string>
<string name="my_collection">私のコレク</string>
<string name="coupon">クーポン</string>
<string name="restaurant">レストラン</string>
<string name="successful_queuing">キューイ</string>
<string name="personal_information">個人情報</string>
<string name="select_pictures">画像を選択</string>
<string name="photograph">写真</string>
<string name="local_album">ローカル</string>
<string name="details_of_the_question">質問の詳</string>
<string name="queuing_details">キューの</string>
<string name="scanning_failure">スキャン</string>
<string name="whether_to_clear_the_cache">キャッシュを?</string>
<string name="whether_to_confirm_the_cancellation_of_accounts">アカウントをキャ?</string>
<string name="successful_cancellation">ログア</string>
<string name="are_you_sure_to_log_out">ログアウトしても?</string>
<string name="postage_stamps">スタンプ</string>
<string name="you_don_have_a_stamp_at_the_moment">現時点ではスタ~</string>
<string name="system_notification">システム</string>
<string name="details_of_system_notification">システム通知</string>
<string name="address_details">住所の詳細</string>
<string name="new_Address">新しいアドレス</string>
<string name="urban_choice">都市の選択</string>
<string name="choose_your_location">お住まいの地</string>
<string name="please_choose_your_location">地域を選択して!</string>
<string name="please_fill_in_the_address_details">住所の詳細を入!</string>
<string name="add_success">正常に追!</string>
<string name="successful_revision">正常に変</string>
<string name="address_management">管理アド</string>
<string name="left_slide_ddit_address">左にスワイプして</string>
<string name="whether_to_delete_the_address">このアドレスを削?</string>
<string name="successful_setup">正常に設定!</string>
<string name="all">すべて</string>
<string name="a_new">最新の</string>
<string name="praise">賞賛</string>
<string name="chinese_commentary">平均</string>
<string name="negative_comment">否定</string>
<string name="figure">写真</string>
<string name="details">詳細</string>
<string name="confirmation_of_orders">注文の確認</string>
<string name="commodity_details">製品詳細</string>
<string name="a_select">選択</string>
<string name="return_to_home_page">ホームペ</string>
<string name="successful_trade">成功した</string>
<string name="immediate_evaluation">今すぐ評価</string>
<string name="view_comments">コメント</string>
<string name="queue_number">キューイ</string>
<string name="successful_collection">コレクシ</string>
<string name="successful_cancellation_of_collection">お気に入りか</string>
<string name="monthly_sales">月次</string>
<string name="submission_failure">送信に失</string>
<string name="do_you_want_to_cancel_the_refund_application">払い戻しリクエストをキャン?</string>
<string name="successful_withdrawal_of_application_can_view_your_order_in_full_order">キャンセル申請が成功した場合、すべての</string>
<string name="whether_to_dial">電話するかどうか</string>
<string name="after_sales_details">アフターセール詳細</string>
<string name="you_have_successfully_initiated_a_refund_applicatiplease_be_patient_and_wait_for_the_merchant_to_process_it">払い戻しリクエストを正常に開始しました。販</string>
<string name="tip_merchant_refuses">販売者が拒否し、注文が処理されていない場合は、交渉の</string>
<string name="your_refund_application_has_been_approved">払い戻しリクエストが</string>
<string name="your_refund_application_has_been_successful">い戻しリクエストは</string>
<string name="please_wait_for_business_refund_to_return_to_your_account">販売者の払い戻しがアカウン</string>
<string name="your_refund_application_has_not_been_approved_and_the_refund_has_been_closed">払い戻しリクエストは</string>
<string name="your_application_is_not_in_conformity_with_the_actual_situation">アプリケーションの状況</string>
<string name="tip_refund_application">払い戻しリクエストを取り下げたため、払い戻し</string>
<string name="reasons_for_refund">返却理由:</string>
<string name="refund_amount">返金金額:</string>
<string name="application_time">塗布時間:</string>
<string name="refund_number">払い戻し:</string>
<string name="apply_for_after_sale">アフター</string>
<string name="please_choose_the_reason_for_canceling_therefund">返金をキャンセル</string>
<string name="please_fill_in_the_refund_instructions">払い戻しの説明</string>
<string name="message_record">メッセー</string>
<string name="successful_message">メッセー</string>
<string name="consultative_history">交渉の歴史</string>
<string name="commodity_orders">商品の注文</string>
<string name="cancellation_successful">成功をキャ!</string>
<string name="no_logistics_information_yet">ロジスティクス情報!</string>
<string name="do_you_want_to_confirm_receipt">領収書を確認し?</string>
<string name="successful_delivery">正常に受</string>
<string name="left">残り</string>
<string name="branch"></string>
<string name="second"></string>
<string name="if_no_payment_is_made">,支払いが行われない場合</string>
<string name="press_the_exit_procedure_again">もう一度押すとプロ</string>
<string name="prohibiting_access_will_affect_your_normal_use">許可の取得を禁止すると、通常の使</string>
<string name="refuse">拒否</string>
<string name="failed_to_obtain_permission">権限を取得できませんでした。設定に移動</string>
<string name="agree_to_open">開くこと</string>
<string name="please_fill_in_the_consignee">荷受人に記入</string>
<string name="contact_information">連絡先の詳細:</string>
<string name="please_fill_in_the_telephone_number">電話番号を入力し</string>
<string name="Location">領域:</string>
<string name="detailed_address">住所:</string>
<string name="please_enter_a_detailed_address">詳細な住所を入力</string>
<string name="setting_default_address">デフォルトの</string>
<string name="note_This_address">注:このアドレスは、注文す</string>
<string name="new_address">新しいア</string>
<string name="please_wait_for_the_dealer_to_deal_with_it">販売者が処理す</string>
<string name="successful_refund_tow">払い戻しに成功</string>
<string name="refund_closure">払い戻し</string>
<string name="cancellation_of_application">アプリケ</string>
<string name="application_for_amendment">アプリ</string>
<string name="refund_amount_tow">返金金額</string>
<string name="refund_information">返金情報</string>
<string name="successful_order_appeal">アピールを正</string>
<string name="please_wait_patiently_for_background_processing">しばらくお待ちくだ</string>
<string name="reason_after_sale_one">商品が受け取られない(署名されていないこと</string>
<string name="reason_after_sale_tow">商品が受け取られない(署名されていないこと</string>
<string name="please_choose">選んで</string>
<string name="most">最も</string>
<string name="reimbursement_note">返金説明:</string>
<string name="selective_filling">オプ</string>
<string name="upload_vouchers">証明書を</string>
<string name="selection_of_specifications">仕様を</string>
<string name="reserved_queue">スケジュ</string>
<string name="please_write_down_your_suggestions_here">* 私たちは聞く方法を知っています、</string>
<string name="upload_pictures_tow">画像をア(0/3)</string>
<string name="upload_image_six">画像をア(0/6)</string>
<string name="reasons_for_refund_tow">返却理由</string>
<string name="evaluation_success">評価の成功</string>
<string name="view_orders">注文を確</string>
<string name="recommendation_for_you">あなたに</string>
<string name="total_price">合計</string>
<string name="coupon_deduction">クーポン</string>
<string name="total_tow">合計</string>
<string name="order_number">注文番号</string>
<string name="creation_time">作成時間</string>
<string name="the_transaction_has_been_completed">トランザクシ</string>
<string name="signed_and_received_thank_you_for_your_support">署名、ご支援ありがとう!</string>
<string name="view_logistics_Information">ロジスティクス</string>
<string name="payment_time">支払い時間</string>
<string name="confirmation_of_receipt">領収書の</string>
<string name="cancellation_of_order">注文をキ</string>
<string name="waiting_for_the_buyer_to_pay">バイヤーの支</string>
<string name="please_enter_the_name_merchant">商号を入力して</string>
<string name="hot_search">人気の検索</string>
<string name="search_history">検索履歴</string>
<string name="business_details">ビジネ</string>
<string name="business_bulletin">マーチャ:</string>
<string name="no_activity">*この商品はプロモーション</string>
<string name="all_election">すべ</string>
<string name="delete">削除</string>
<string name="view_the_map_page_of_nearby_businesses">近くのビジネスマップ</string>
<string name="merchandise_recommendation">おすすめ</string>
<string name="current_queuing_situation">現在のキュー</string>
<string name="actual_payment">実際:</string>
<string name="immediate_use">すぐに使用</string>
<string name="business_Information">ビジネス情報</string>
<string name="no_coupons">クーポンなし</string>
<string name="total_tow_one">合計:</string>
<string name="see_details">詳細を見る</string>
<string name="please_add_the_receiving_address">配送先住所を追</string>
<string name="amount_of_goods">商品の量</string>
<string name="payment_method">支払方法</string>
<string name="confirm_the_order">注文を確</string>
<string name="current_total_stamps">現在の切手:</string>
<string name="add_to_cart">ショッピン</string>
<string name="buy_immediately">今買う</string>
<string name="selection_specification">仕様を選</string>
<string name="empty_history">履歴を</string>
<string name="scanning_failure_tow">スキャン</string>
<string name="two_dimensional_accessed">QRコードが無効で入力</string>
<string name="we_will_serve_you_as_soon_as_possible">私たちはできるだけ</string>
<string name="currently_ordered">現在注文され</string>
<string name="continue_ordering">注文を続</string>
<string name="i_would_like_to_order">私は注文</string>
<string name="queuing_results">キューイ</string>
<string name="hear_the_call">番号が聞こえたらウェルカ</string>
<string name="If_the_table_has_not_succeeded">テーブルが正常に注文されていないため、</string>
<string name="cancel_queuing">キューを</string>
<string name="the_queue_is_out_of_date">キューが通</string>
<string name="queuing_reminders">キューの</string>
<string name="we_are_waiting_for_you">間もなく列に並びますので、お食事</string>
<string name="waiting_before_ordering">待機数量が0の場合のみご注</string>
<string name="your_queue_number">あなたのキ</string>
<string name="number_of_waiting_tables_ahead">待機中のテー</string>
<string name="expected_waiting_time">推定待ち時間</string>
<string name="tip_text_table">番号が聞こえたら、ウェルカムカウンターに行ってください</string>
<string name="head_portrait">アバ</string>
<string name="change_table_number">おむつ</string>
<string name="remarks"></string>
<string name="please_enter_your_comments">ご意見をお聞かせください</string>
<string name="no_address_at_present">住所なし</string>
<string name="no_business_was_found">お店が見つ</string>
<string name="no_merchandise_yet">まだ製品はあり</string>
<string name="your_order_is_empty">ご注文は空です</string>
<string name="no_nearby_merchants_are">「近隣のお店」が表示されない場合!</string>
<string name="set_it_up_right_away">今すぐ設定</string>
<string name="businessmen_currently_have_no_merchandise">現在、ショップには商品が</string>
<string name="a_coupon_at_the_moment">現在クーポンをお持ちでは</string>
<string name="you_are_not_queuing_for_the_time_being">あなたは現在列に並</string>
<string name="no_content">まだコンテン</string>
<string name="whether_to_dial_the_customer_service_hotline">カスタマーサービスホ?</string>
<string name="dial">ダイヤル</string>
<string name="ordered_dishes">順序付け</string>
<string name="empty_menu">メニューを</string>
<string name="business_status">事業状況</string>
<string name="line_up">キュー</string>
<string name="reset">リセット</string>
<string name="complete">実施する</string>
<string name="Input_notes">メモを入</string>
<string name="choosing_language">言語を選</string>
<string name="Plechoose_customer_service">カスタマーサービス</string>
<string name="call_the_customer_service_hotline">カスタマーサ</string>
<string name="leaving_a_message_tow">伝言</string>
<string name="please_choose_the_number_of_people_who_eat">ゲスト数を選択</string>
<string name="default_one">[デフ]</string>
<string name="upload_photos">写真をア</string>
<string name="add_menu">メニュー</string>
<string name="selective_classification">カテゴ</string>
<string name="score">スコ</string>
<string name="come_and_give_your_product_a_uick_evaluation">是非、あなたの製品をレビューし!</string>
<string name="submit_a_message">メッセー</string>
<string name="please_fill_in_your_message">メッセージを!</string>
<string name="mark_default">デフォル</string>
<string name="edit">編集</string>
<string name="number"></string>
<string name="stock">在庫</string>
<string name="piece"></string>
<string name="details_of_dishes">ディッシ</string>
<string name="quick_login">クイック</string>
<string name="text_wechat">WeChatロ</string>
<string name="view_reviews">レビュー</string>
<string name="queue_number_show">キュー番号:</string>
<string name="number_of_waiting_tables_ahead_tow">待機中のテー:</string>
<string name="expected_waiting_time_tow">推定待ち時間:</string>
<string name="loading">読み込み中</string>
<string name="no">いい</string>
<string name="yes">はい</string>
<string name="ok_i_known">それを得ま</string>
<string name="location">ポジ</string>
<string name="please_select_the_specifications_first">最初に製品仕様を</string>
<string name="the_table_number_is_in_use">テーブル番号を使用中です。別</string>
<string name="no_queuing_is_required_at_present">現在キューはん</string>
<string name="wechat_logon_cancellation">WeChatログイ</string>
<string name="wechat_authorization_failed">WeChat認証</string>
<string name="another_order">別の注文</string>
<string name="order_appeal">注文の控訴</string>
<string name="cancellation_of_complaints">キャンセル</string>
<string name="order_information">注文情報</string>
<string name="order_number_tow">注文番号:</string>
<string name="distribution_mode">配送方法:</string>
<string name="logistics_details">物流詳細</string>
<string name="cancellation_clause">私たちはあなたの個人情報とプライバシー保護を非常に重要視しています。あなたのアカウントがキャンセルされると、そのアカウントのすべてのデータが消去されます。再度ログインする場合は、再登録してアカウントを申請する必要があります。 キャンセ。</string>
<string name="write_off_clause">アカウントの</string>
<string name="user_cancellation_clause_agreement">《ユーザーキャンセ》</string>
<string name="comprehensive">すべて</string>
<string name="sales_volume">販売</string>
<string name="price">価格</string>
<string name="successful_partial_refund">一部返金に</string>
<string name="successful_full_refund">全額返金に</string>
<string name="complaint_time">アピール</string>
<string name="causes_of_complaint">苦情の理由</string>
<string name="mall_after_sales_orders">モールアフタ</string>
<string name="mailbox_id_is_registered">メールIDが登</string>
<string name="order_cancelled">注文がキャ</string>
<string name="Scan">それをスキ</string>
<string name="please_put_the_two_dimensional_code_of_Wechat_in_the_box">ボックスにWeChatQRコードを入力してく</string>
<string name="wechat_two_dimensional_code">WechatQRコ</string>
<string name="bind_phone">携帯電話番</string>
<string name="the_phone_number_is_already_bound">この電話番号はすでにバインドされて</string>
<string name="this_email_account_is_bound">このメールアカウ</string>
<string name="please_fill_in_the_area_where_you_are_located">エリアに記入し</string>
<string name="please_queue_again">キュー番号が過ぎました。もう</string>
<string name="whether_to_cancel_the_queue">キューをキャ?</string>
<string name="shipped_by_seller">出荷済み</string>
<string name="delivery_time">納期</string>
<string name="causes_for_cancellation">キャンセルの理由</string>
<string name="dealing_time">取引時間</string>
<string name="close_page">シャ</string>
<string name="refund_pending">払い戻しは</string>
<string name="merchant_does_not_process">商人がそれを処理しない</string>
<string name="hour">時間</string>
<string name="day"></string>
<string name="default_notification_channel_id" translatable="false">fcm_default_channel</string>
<string name="received_goods">商品は受領済みです。受領した商</string>
<string name="insufficient_stamps">交換するのに十分なスタン</string>
<string name="waiting_time">待ち時間</string>
<string name="number_of_remaining_tables">残りのテ</string>
<string name="reset_get">再取得</string>
<string name="zhe"></string>
<string name="merchant_reply">マーチャン:</string>
<string name="please_instal_wechat">最初にWeChat</string>
<string name="is_cancel_apply">異議申し立て</string>
<string name="login_error">ログイン情報</string>
<string name="lock_state">現在ロックされており、ログ</string>
<string name="please_input_shop_name">製品名を入力し</string>
<string name="address_manager">アドレス</string>
<string name="login_Invalid">ログイン情報が無効です</string>
<string name="Please_select_a_star_rating">星を選択し</string>
</resources>
\ No newline at end of file
......@@ -109,6 +109,21 @@
<attr name="gifViewStyle" format="reference" />
</declare-styleable>
<declare-styleable name="NiceImageView">
<attr name="is_circle" format="boolean" />
<attr name="is_cover_src" format="boolean" />
<attr name="corner_radius" format="dimension" />
<attr name="corner_top_left_radius" format="dimension" />
<attr name="corner_top_right_radius" format="dimension" />
<attr name="corner_bottom_left_radius" format="dimension" />
<attr name="corner_bottom_right_radius" format="dimension" />
<attr name="border_width" format="dimension" />
<attr name="border_color" format="color" />
<attr name="inner_border_width" format="dimension" />
<attr name="inner_border_color" format="color" />
<attr name="mask_color" format="color" />
</declare-styleable>
</resources>
\ No newline at end of file
......@@ -50,7 +50,7 @@
<color name="white">#ffffff</color>
<color name="black">#000000</color>
<color name="btn_bg">#ffff6b5c</color>
<color name="btn_bg">#F7B938</color>
<color name="btn_bg_tow">#f0f2f5</color>
<color name="font_313131">#313131</color>
......@@ -78,4 +78,21 @@
<color name="bg_fff6f7f8">#fff6f7f8</color>
<color name="bg_b3000000">#b3000000</color>
<!--深色模式适配-->
<color name="actionbar">#FF191919</color>
<color name="color_232323">#FF232323</color>
<color name="color_d3d3d3">#FFD3D3D3</color>
<color name="color_595959">#FF595959</color>
<color name="color_a6a6a6">#FFA6A6A6</color>
<color name="color_191919">#FF191919</color>
<color name="color_ff6b5c">#FFFF6b5c</color>
<color name="color_3d3d3d">#FF3d3d3d</color>
<color name="color_171717">#FF171717</color>
<color name="color_ff7b836">#FFF7B938</color>
<color name="color_fffbbc39">#FFFBBC39</color>
<color name="color_ff2f2f2f">#FF2F2F2F</color>
<color name="color_f36a29">#F36A29</color>
<color name="color_fbbc39">#FBBC39</color>
<color name="color_666666">#666666</color>
<color name="color_999999">#999999</color>
</resources>
\ No newline at end of file
......@@ -43,6 +43,13 @@
<item name="android:background">@color/colorEF</item>
</style>
<!--分割线-->
<style name="divider_night">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">1dp</item>
<item name="android:background">@color/color_3d3d3d</item>
</style>
<style name="NormalDialogStyle" parent="android:Theme.Dialog">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowNoTitle">true</item>
......@@ -128,6 +135,18 @@
<item name="tabSelectedTextColor">@color/btn_bg</item>
</style>
<!--TabLayout_tow-->
<style name="MyCustomTabLayoutNight" parent="Widget.Design.TabLayout">
<item name="tabIndicatorColor">@color/color_ff6b5c</item>
<item name="tabIndicatorHeight">5dp</item>
<item name="tabPaddingStart">12dp</item>
<item name="tabPaddingEnd">12dp</item>
<item name="tabBackground">?attr/selectableItemBackground</item>
<item name="tabTextAppearance">@style/MyCustomTabTextAppearance</item>
<item name="tabSelectedTextColor">@color/color_d3d3d3</item>
<item name="tabTextColor">@color/color_a6a6a6</item>
</style>
<!--TabLayout text tow-->
......@@ -178,4 +197,5 @@
<item name="android:windowIsTranslucent">true</item>
</style>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="picture_camera_roll">カメラ</string>
<string name="picture_cancel">キャ</string>
<string name="picture_take_picture">写真</string>
<string name="picture_rule">写真や動画を同時に選択</string>
<string name="picture_message_max_num">あなたはせいぜい選%1$s写真</string>
<string name="picture_min_video_num">最小の選択肢は、%1$s枚</string>
<string name="picture_message_video_max_num">あなたはせいぜい選%1$s枚</string>
<string name="picture_preview">プレ</string>
<string name="picture_please">お待ち...</string>
<string name="picture_done_front_num">%1$d/%2$d 実施する</string>
<string name="picture_completed">実施</string>
<string name="picture_done">実施</string>
<string name="picture_please_select">選んで</string>
<string name="picture_empty_title">ビデオや写真\n</string>
<string name="picture_empty_audio_title">オーディオ\n</string>
<string name="picture_empty">カメラを使って写真やビデオを</string>
<string name="picture_audio_empty">システム録音を使用してオー</string>
<string name="picture_min_img_num">写真の最小選択は、よ%1$s枚</string>
<string name="gif_tag">GIF</string>
<string name="picture_jurisdiction">メモリカードの読み取</string>
<string name="picture_camera">システムカメラの許可へ</string>
<string name="picture_audio">システム記録許可へのア</string>
<string name="picture_video_toast">ビデオはプレ</string>
<string name="picture_record_video">ビデオ</string>
<string name="picture_photograph">写真</string>
<string name="picture_long_chart">長い絵</string>
<string name="picture_warning">メディアファイル!</string>
<string name="picture_prompt">促す</string>
<string name="picture_prompt_content">写真を電話に保存す?</string>
<string name="picture_save_error">画像の保存に</string>
<string name="picture_save_success">画像が正常に保</string>
<string name="picture_all_audio">すべての</string>
<string name="picture_tape">録音</string>
<string name="picture_play_audio">置く</string>
<string name="picture_stop_audio">やめる</string>
<string name="picture_quit_audio">中退</string>
<string name="picture_pause_audio">保留</string>
<string name="picture_error">画像が破損</string>
<string name="picture_video_error">ビデオが破</string>
<string name="picture_audio_error">オーディオ</string>
<string name="picture_confirm">決定</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="srl_header_pulling">The drop down refreshes</string>
<string name="srl_header_refreshing">Is refreshing…</string>
<string name="srl_header_loading">Waiting for the load to finish…</string>
<string name="srl_header_release">Release Instant Refresh</string>
<string name="srl_header_finish">Refresh to complete</string>
<string name="srl_header_failed">Refresh the failure</string>
<string name="srl_header_update">The last update M-d HH:mm</string>
<string name="srl_header_secondary">Release to the second floor</string>
<string name="srl_footer_pulling">Pull up loads more</string>
<string name="srl_footer_release">Release immediate load</string>
<string name="srl_footer_loading">loading…</string>
<string name="srl_footer_refreshing">Wait for the refresh to complete…</string>
<string name="srl_footer_finish">loading completed</string>
<string name="srl_footer_failed">Load failed</string>
<string name="srl_footer_nothing">No more data</string>
<string name="srl_content_empty">SmartRefreshLayout The content view was not found,Did you forget to add it to the XML layout file?</string>
<string name="srl_component_falsify" formatted="false">%s False area\nRepresents the height of the drag at runtime【%.1fdp】 \nIt doesn't show anything</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="ucrop_label_original">The original proportion</string>
<string name="ucrop_label_edit_photo">tailor</string>
<string name="ucrop_menu_crop">tailor</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="ucrop_error_input_data_is_absent">Both input and output Uri must be specified</string>
<string name="ucrop_mutate_exception_hint">Therefore, override color resource (ucrop_color_toolbar_widget) in your app to make it work on pre-L devices</string>
<string name="ucrop_label_original">元の比率</string>
<string name="ucrop_label_edit_photo"> シザリ</string>
<string name="ucrop_menu_crop"> シザリ</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="msg_camera_framework_bug">Camera is occupied or camera permissions are not available. Please check</string>
<string name="button_ok">exit</string>
<string name="scan_code">scan</string>
<string name="open_flash">turn ON flash</string>
<string name="close_flash">turn OFF flash</string>
<string name="gallery">album</string>
<string name="scan_failed_tip">Picture parsing failed, try another picture.</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="zxing_app_name">Zxing Library</string>
<string name="msg_camera_framework_bug">カメラが占有されているか、カメラの</string>
<string name="button_ok">中退</string>
<string name="scan_code">それを</string>
<string name="open_flash">フラッシュ</string>
<string name="close_flash">フラッシュ</string>
<string name="gallery">フォ</string>
<string name="scan_failed_tip">画像分析に失敗しました。別</string>
</resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment