美文网首页
首次使用

首次使用

作者: 战神熊猫宝宝 | 来源:发表于2021-12-14 20:55 被阅读0次

糖尿病人手册

  • 重要: 少用油、少盐、少糖

  • 主食:红薯、山药、米饭、馒头、小米粥

  • 日常菜系:

西红柿豆腐汤

做法儿:将豆腐和西红柿洗干净,切小块; 锅置火上5分钟,倒油烧热,倒入豆腐,西红柿翻炒,加适量水煮5分钟,用盐调味, 撒上葱花,即可

兰花 炒 虾仁儿  炒香干

清蒸基围虾 

清炖排骨:肉要少

白菜炒肉片:肉片烧,白菜多,少油

苦瓜炒肉片

秋葵,冬瓜,南瓜,可炒,可做汤吃

五彩滨纷: 胡萝卜、木耳、小西葫芦炒到七分熟 加入少量食盐,加盐后会出一点汤,赶紧放入提前炒好的鸡蛋,即增加了鲜味儿,又把少量汤吸收了

日常喝的

  • 青钱柳金花茶,白开水

能吃的水果

圣女果、桂圆、金桔、火龙果,柚子,适当食用,不能多吃

吃一点瘦肉,小碗饭; 最主要:少吃多餐

public int getRandomColor() {
  Random rnd =new Random();
  return Color.argb(255, rnd.nextInt(256), rnd.nextInt(256), rnd.nextInt(256));
}
<?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:orientation="horizontal">

    <RelativeLayout
        android:layout_width="72dp"
        android:layout_height="match_parent">

        <View
            android:id="@+id/crowUpperLine"
            android:layout_width="25dp"
            android:layout_height="match_parent"
            android:layout_above="@+id/crowImg"
            android:layout_centerInParent="true"
            android:layout_centerVertical="true"
            android:background="@android:color/darker_gray" />

        <View
            android:id="@+id/crowLowerLine"
            android:layout_width="25dp"
            android:layout_height="match_parent"
            android:layout_below="@+id/crowImg"
            android:layout_centerInParent="true"
            android:layout_centerVertical="true"
            android:background="@android:color/darker_gray" />


        <View
            android:id="@+id/crowBackground"
            android:layout_width="25dp"
            android:layout_height="25dp"
            android:layout_centerInParent="true"
            android:layout_centerVertical="true"
            android:background="@drawable/circle_shape" />

        <ImageView
            android:id="@+id/crowImg"
            android:layout_width="25dp"
            android:layout_height="25dp"
            android:layout_centerInParent="true"
            android:layout_centerVertical="true"
            android:layout_marginTop="-12.5dp"
            android:layout_marginBottom="-12.5dp" />


    </RelativeLayout>

    <RelativeLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:padding="20dp">

        <TextView
            android:id="@+id/crowDate"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Date"
            android:textAppearance="?android:attr/textAppearanceSmall" />

        <TextView
            android:id="@+id/crowTitle"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@id/crowDate"
            android:layout_centerVertical="true"
            android:text="Title"
            android:textAppearance="?android:attr/textAppearanceListItem"
            android:textStyle="bold" />

        <TextView
            android:id="@+id/crowDesc"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@id/crowTitle"
            android:layout_centerVertical="true"
            android:text="Description"
            android:textAppearance="?android:attr/textAppearanceSearchResultSubtitle" />

    </RelativeLayout>

</LinearLayout>

相关文章

  • 首次使用

    缘由 想写点东西,自己平时有用日记本写日记,然都是随手流水账之类,都给自己看,日记没有结构,字迹潦草,过后自己都不...

  • 首次使用

    新用户哦

  • 首次使用

    试一试是否好用。

  • 首次使用

    每天还是要有些思考和心得。 多想想,才能做的更好

  • 首次使用

    糖尿病人手册 重要: 少用油、少盐、少糖 主食:红薯、山药、米饭、馒头、小米粥 日常菜系: 西红柿豆腐汤 日常喝的...

  • 2017-08-27

    首次使用简书

  • 2016/12/7 22:50

    首次使用简书

  • 首次使用测试

    2016年6月28日 初次使用macDown 哈哈 1.MarkDown 基础语法 锄禾日当午 汗滴禾下土 谁知盘...

  • 首次尝试使用

    今天开始使用,希望尽快学懂@ 飞图-13702211830 爵色音乐会所设计案例

  • MarkDown首次使用

    Markdown

网友评论

      本文标题:首次使用

      本文链接:https://www.haomeiwen.com/subject/btmsfrtx.html