Skip to content

Commit a63001b

Browse files
committed
调整ipc的界面
1 parent 93a2a18 commit a63001b

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

app/src/main/res/layout/activity_ipc.xml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -109,50 +109,46 @@
109109

110110
<Button
111111
android:id="@+id/btn_cloud_storage_report"
112-
android:layout_width="wrap_content"
112+
android:layout_width="84dp"
113113
android:layout_height="wrap_content"
114-
android:layout_columnWeight="1"
115114
android:layout_margin="4dp"
116115
android:background="@drawable/background_grey_cell_btn"
117116
android:text="@string/text_cloud_storage"
118117
android:textColor="@color/white_0052D9"
119-
android:textSize="12sp"
118+
android:textSize="8sp"
120119
app:layout_constraintTop_toBottomOf="@+id/textureView_ipc" />
121120

122121
<Button
123122
android:id="@+id/btn_cloud_pic_ware_report"
124-
android:layout_width="wrap_content"
123+
android:layout_width="84dp"
125124
android:layout_height="wrap_content"
126-
android:layout_columnWeight="1"
127125
android:layout_margin="4dp"
128126
android:background="@drawable/background_grey_cell_btn"
129127
android:text="@string/text_cloud_pic_ware"
130128
android:textColor="@color/white_0052D9"
131-
android:textSize="12sp"
129+
android:textSize="8sp"
132130
app:layout_constraintTop_toBottomOf="@+id/textureView_ipc" />
133131

134132
<Button
135133
android:id="@+id/btn_cloud_video_ware_report"
136-
android:layout_width="wrap_content"
134+
android:layout_width="84dp"
137135
android:layout_height="wrap_content"
138-
android:layout_columnWeight="1"
139136
android:layout_margin="4dp"
140137
android:background="@drawable/background_grey_cell_btn"
141138
android:text="@string/text_cloud_video_ware"
142139
android:textColor="@color/white_0052D9"
143-
android:textSize="12sp"
140+
android:textSize="8sp"
144141
app:layout_constraintTop_toBottomOf="@+id/textureView_ipc" />
145142

146143
<Button
147144
android:id="@+id/btn_custom_command"
148-
android:layout_width="wrap_content"
145+
android:layout_width="84dp"
149146
android:layout_height="wrap_content"
150-
android:layout_columnWeight="1"
151147
android:layout_margin="4dp"
152148
android:background="@drawable/background_grey_cell_btn"
153149
android:text="@string/text_custom_command"
154150
android:textColor="@color/white_0052D9"
155-
android:textSize="12sp"
151+
android:textSize="8sp"
156152
app:layout_constraintTop_toBottomOf="@+id/textureView_ipc" />
157153

158154
</GridLayout>

0 commit comments

Comments
 (0)