| | |
| | | android:layout_width="@dimen/dp_24" |
| | | android:layout_height="@dimen/dp_24" |
| | | android:layout_gravity="center" |
| | | android:layout_marginLeft="@dimen/dp_16" |
| | | android:scaleType="centerInside" /> |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:scaleType="centerInside" |
| | | android:src="@drawable/back" /> |
| | | </LinearLayout> |
| | | |
| | | <!--2.标题文本--> |
| | |
| | | android:fontFamily="sans-serif-medium" |
| | | android:gravity="center" |
| | | android:maxLines="1" |
| | | android:text="@string/my_power_station_我的电站" |
| | | android:textColor="@color/text_FFFFFFFF" |
| | | android:textSize="@dimen/text_18" /> |
| | | |
| | |
| | | android:scaleType="centerInside" |
| | | android:visibility="gone" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | </RelativeLayout> |