Button android:id="@+id/statistics_button"
android:layout_centerHorizontal="true"
style="@style/ButtonText"
android:layout_margin="1dp"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:background="@drawable/statistics_button"
android:paddingLeft="10px"
android:paddingRight="10px"
android:layout_marginRight="10px"
android:visibility="invisible"/>
У меня есть эта кнопка в одном из моих xml layout.but android: visibility = "invisible" не работает. Под "не работает" я имею в виду, что при отображении он становится видимым.