dakhnod / Meshenger

open source, P2P messenger without centralized server that works in a local network.
GNU General Public License v3.0
202 stars 45 forks source link

1.1.0 does not compile #13

Closed mwarning closed 5 years ago

mwarning commented 5 years ago

Hi, I tried to compile the new version. Android Studio complains that MeshengerActivity is not defined. Is the file missing? Renaming the name back to AppCompatActivity solved the issue. Also a file app/src/main/res/values/attrs.xml seems to be needed:

<declare-styleable name="CustomStyle">
    <attr name="primaryTextColor" format="reference"/>
    <attr name="secondaryTextColor" format="reference"/>
    <attr name="backgroundCardColor" format="reference"/>
</declare-styleable>

This makes Android Studio happy again. :-)

dakhnod commented 5 years ago

it seems like i forgot to push that file for some reason, i will have a look at it later...

dakhnod commented 5 years ago

would you mind testing it again?

mwarning commented 5 years ago

works