Fix reply bottom buttons

filtering
Floens 10 years ago
parent 8363c981a3
commit 02ad24dd6c
  1. 4
      Clover/app/src/main/res/layout/post_replies.xml
  2. 4
      Clover/app/src/main/res/layout/post_replies_bottombuttons.xml

@ -15,7 +15,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<org.floens.chan.ui.view.LoadView xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/loadview"
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -86,4 +86,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</LinearLayout>
</org.floens.chan.ui.view.LoadView>
</FrameLayout>

@ -16,9 +16,9 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/loadview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#88000000">
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/container"

Loading…
Cancel
Save