day2_commit_7_gone_buttons
This commit is contained in:
parent
59013160f4
commit
52194be6e2
@ -53,6 +53,7 @@
|
||||
android:text="@string/refresh"
|
||||
android:backgroundTint="@color/colorPrimary"
|
||||
android:textColor="@android:color/white"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:padding="12dp"/>
|
||||
|
||||
<!-- Поле ошибки -->
|
||||
@ -63,7 +64,7 @@
|
||||
android:text="@string/error_placeholder"
|
||||
android:textColor="@android:color/holo_red_dark"
|
||||
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- Кнопки -->
|
||||
|
||||
@ -76,7 +77,7 @@
|
||||
android:backgroundTint="@color/colorPrimary"
|
||||
android:textColor="@android:color/white"
|
||||
android:padding="12dp"
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/logout"
|
||||
@ -87,7 +88,6 @@
|
||||
android:backgroundTint="@color/colorPrimary"
|
||||
android:textColor="@android:color/white"
|
||||
android:padding="12dp"
|
||||
android:visibility="visible" />
|
||||
|
||||
android:visibility="gone" />
|
||||
|
||||
</LinearLayout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user