forked from distok/cutthecord
Move noblocked to xml patch
This commit is contained in:
parent
1c6b151083
commit
f8dbc9333c
171 changed files with 17 additions and 0 deletions
13
resources/xmlpatches/noblocked/87202.xml
Normal file
13
resources/xmlpatches/noblocked/87202.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<diffs>
|
||||
<diff file="res/layout/widget_chat_list_adapter_item_blocked.xml" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<replace sel="RelativeLayout/@android:paddingLeft">0px</replace>
|
||||
<replace sel="RelativeLayout/@android:paddingTop">0px</replace>
|
||||
<replace sel="RelativeLayout/@android:paddingRight">0px</replace>
|
||||
<replace sel="RelativeLayout/@android:layout_width">0px</replace>
|
||||
<replace sel="RelativeLayout/@android:layout_height">0px</replace>
|
||||
<replace sel="RelativeLayout/@android:layout_marginLeft">0px</replace>
|
||||
<replace sel="RelativeLayout/TextView/@android:textSize">0sp</replace>
|
||||
<replace sel="RelativeLayout/TextView/@android:paddingTop">0dip</replace>
|
||||
<replace sel="RelativeLayout/TextView/@android:paddingBottom">0dip</replace>
|
||||
</diff>
|
||||
</diffs>
|
3
resources/xmlpatches/noblocked/README.md
Normal file
3
resources/xmlpatches/noblocked/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
## DisTok CutTheCord: Custom Version Patch
|
||||
|
||||
This patch completely hides the "# Blocked Message(s)" thing.
|
Loading…
Add table
Add a link
Reference in a new issue